Expand description
A binary writing and layout implementation using separate write and layout passes.
Structs
Traits
- The write pass that writes fields and placeholder offsets.
- The layout pass that updates and writes data for all fields in Xc3Write::Offsets recursively.
Functions
- A small helper function for manually aligning the
data_ptr. - A complete write uses a two pass approach to handle offsets.