Crate membuffer

Source

Structs§

  • 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
  • The Writer class which sets up the schema and writes it into the memory when finished building
  • !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§

Traits§