13 breaking releases
new 0.14.0 | Oct 31, 2024 |
---|---|
0.12.0 | Aug 16, 2024 |
0.11.0 | Jul 19, 2024 |
0.7.0 | Mar 15, 2024 |
0.2.0 | Nov 22, 2023 |
#2960 in Parser implementations
83 downloads per month
Used in 3 crates
(via xc3_lib)
19KB
427 lines
xc3_write
xc3_lib binary writing and layout. See Offsets for a high level overview.
lib.rs
:
A binary writing and layout implementation using separate write and layout passes.
An object's size is defined as the difference between the writer position before and after the first pass and does not need to be user defined. Custom implementations of [Xc3Write] should ensure the write head points after the data when the function returns to ensure correct size calculations.
Dependencies
~225–670KB
~16K SLoC