Re-exports§
pub use codec::take_n;pub use codec::FrameCodec;pub use codec::FrameRead;pub use codec::FrameWrite;pub use codec::Writer;pub use iter::FrameIter;
Modules§
- codec
- iter
- storage
- Bounded-collection storage, backed by
heapless::Vec(inline, no_std) oralloc::vec::Vec(heap-backed) depending on theallocfeature. CapacityNis enforced identically in both modes; only where the bytes live differs.