8 breaking releases

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

#2707 in Parser implementations

Download history 30/week @ 2024-01-26 155/week @ 2024-02-16 30/week @ 2024-02-23 15/week @ 2024-03-01 8/week @ 2024-03-08 134/week @ 2024-03-15 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

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

MIT license

17KB
357 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

~310–770KB
~18K SLoC