15 breaking releases
new 0.16.0 | Jan 3, 2025 |
---|---|
0.15.0 | Nov 27, 2024 |
0.14.0 | Oct 31, 2024 |
0.11.0 | Jul 19, 2024 |
0.2.0 | Nov 22, 2023 |
#2912 in Parser implementations
69 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
~255–720KB
~17K SLoC