14 breaking releases

0.15.0 Nov 27, 2024
0.13.0 Sep 18, 2024
0.11.0 Jul 19, 2024
0.7.0 Mar 15, 2024
0.2.0 Nov 22, 2023

#2935 in Parser implementations

Download history 34/week @ 2024-08-18 16/week @ 2024-08-25 9/week @ 2024-09-01 176/week @ 2024-09-15 62/week @ 2024-09-22 41/week @ 2024-09-29 8/week @ 2024-10-06 3/week @ 2024-10-13 121/week @ 2024-10-27 11/week @ 2024-11-03 3/week @ 2024-11-10 9/week @ 2024-11-17 141/week @ 2024-11-24 34/week @ 2024-12-01

187 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

~215–650KB
~15K SLoC