Structs§
- Main structure returned by readers or consumed by writers. It contains vectors serialized into a single Vec
container.
Enums§
- Error types that vecs operations can return.
Traits§
- Trait defined for converting types from and to little endian bytes.
Functions§
- Same as
read_vecs_file
but takes a seek-able reader and a size to read (how much to consume). - Reads a vecs file where T is the type of the vectors (i32|f32|u8).
- Writes vectors to a writer instead of a file.
- Writes a vecs file. This is the counterpart to
read_vecs_file
.