Skip to main content

Module encoder

Module encoder 

Source

Structs§

Encoder
VecByteWriter

Traits§

ByteWriter
EncodeNode
Trait for encoding node structures (both owned Node and borrowed NodeRef). All encoding logic lives in the trait implementation, keeping the Encoder simple and focused on low-level byte writing.