Module buffer

Module buffer 

Source
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§

Bytes
An immutable byte buffer.
BytesMut
A growable byte buffer optimized for writing.

Traits§

BufMut
Trait for types that can write bytes efficiently.