10 breaking releases

new 0.11.0 Jul 19, 2024
0.9.0 May 17, 2024
0.7.0 Mar 15, 2024
0.3.0 Dec 24, 2023
0.2.0 Nov 22, 2023

#2639 in Parser implementations

Download history 9/week @ 2024-03-22 24/week @ 2024-03-29 2/week @ 2024-04-05 288/week @ 2024-04-26 8/week @ 2024-05-03 142/week @ 2024-05-17 13/week @ 2024-05-24 6/week @ 2024-05-31 6/week @ 2024-06-07 140/week @ 2024-06-14 21/week @ 2024-06-21 6/week @ 2024-06-28 8/week @ 2024-07-05

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

MIT license

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

~280–730KB
~18K SLoC