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ยง
- allocator
- Zero-copy allocator based on TCP.
- allocator_
process - Zero-copy allocator for intra-process serialized communication.
- bytes_
exchange - Types and traits for sharing
Bytes
. - bytes_
slab - A large binary allocation for writing and sharing.
- initialize
- Network initialization.
- push_
pull - Push and Pull implementations wrapping serialized data.
- stream
- Abstractions over network streams.
- tcp