Functionsยง
- marshal
- marshal_
ref - Zero-copy serialization of a
NodeRefto a newVec<u8>. Prefermarshal_ref_towith a reusable buffer for best performance. - marshal_
ref_ to - Zero-copy serialization of a
NodeRefdirectly into a writer. This avoids the allocation overhead of converting to an ownedNodefirst. - marshal_
to - unmarshal_
ref