Skip to main content

Module write_to_binary

Module write_to_binary 

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

WriteToBinaryOffsetWrapper
Wrapper to convert a binary buffer writer to provide a core::fmt::Write interface with offset tracking. This allows a synchronous writer to use an underlying asynchronous write implementation.