Module marshal

Module marshal 

Source

Functionsยง

marshal
marshal_ref
Zero-copy serialization of a NodeRef to a new Vec<u8>. Prefer marshal_ref_to with a reusable buffer for best performance.
marshal_ref_to
Zero-copy serialization of a NodeRef directly into a writer. This avoids the allocation overhead of converting to an owned Node first.
marshal_to
unmarshal_ref