Expand description

Allocators based on serialized data which avoid copies.

These allocators are based on Abomonation serialization, and its ability to deserialized typed Rust data in-place. They surface references to data, often ultimately referencing the raw binary data they initial received.

Modules§