Module serialization_neu

Source

Structs§

Indexed
Encodes and decodes bytes sequences, using an index of offsets.

Functions§

decode
Decodes an encoded sequence of byte slices. Each result will be u64 aligned.
decode_index
Decodes a specific byte slice by index. It will be u64 aligned.
encode
Encodes item into u64 aligned words.
write