Expand description
Internal buffer management for BeBytes
This module provides efficient buffer types for serialization without external dependencies.
The types are designed to be API-compatible with the previous bytes crate implementation
while being simpler and more focused on BeBytes’ actual needs.
Structs§
Traits§
- BufMut
- Trait for types that can write bytes efficiently.