Skip to main content

canonicalize

Function canonicalize 

Source
pub fn canonicalize(raw: &[u8]) -> Result<Vec<u8>, ShapeViolation>
Expand description

Validate + materialize the canonical CCMAS bytes.

Available only under the alloc feature.

ยงErrors

Surfaces the [ShapeViolation] SExprCanon::validate would raise.