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
intou64
aligned words. - write