7 releases (breaking)

0.7.0 Mar 15, 2024
0.6.0 Feb 16, 2024
0.5.0 Jan 27, 2024
0.4.0 Jan 17, 2024
0.1.0 Oct 29, 2023

#2679 in Parser implementations

Download history 6/week @ 2023-12-18 25/week @ 2024-01-15 30/week @ 2024-01-22 146/week @ 2024-02-12 13/week @ 2024-02-19 39/week @ 2024-02-26 4/week @ 2024-03-04 126/week @ 2024-03-11 23/week @ 2024-03-18 115/week @ 2024-04-01

265 downloads per month
Used in 3 crates (via xc3_lib)

MIT license

16KB
347 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

~345–800KB
~19K SLoC