Expand description
Basic binary writer for synchronous writes of binary buffers.
This mirrors the core::fmt::Write interface but doesn’t expect a &str.
Structs§
- Write
ToBinary Offset Wrapper - Wrapper to convert a binary buffer writer to provide a
core::fmt::Writeinterface with offset tracking. This allows a synchronous writer to use an underlying asynchronous write implementation.