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
!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: