16 breaking releases
new 0.17.0 | Jan 28, 2025 |
---|---|
0.15.0 | Nov 27, 2024 |
0.11.0 | Jul 19, 2024 |
0.7.0 | Mar 15, 2024 |
0.2.0 | Nov 22, 2023 |
#2901 in Parser implementations
199 downloads per month
Used in 3 crates
(via xc3_lib)
19KB
443 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