Crate membuffer[][src]

Structs

MemBufferReader

The reader which is used for reading the memory area produced by the writer, Important notice: The reader uses the native endian of the system used therefore sending between big endian and little endian systems wont work

MemBufferWriter

The Writer class which sets up the schema and writes it into the memory when finished building

Position

!This crate will provide a extremely fast deserialization of dynamic data structures with big fields. This is very MMAP friendly since it only parses the header and does not parse the fields until requested. Easy example:

Enums

MemBufferError
MemBufferTypes

Refers to the different types when implementing your own types use an own enum like this:

Traits

MemBufferDeserialize
MemBufferSerialize