17 breaking releases

new 0.18.0 Mar 6, 2025
0.16.0 Jan 3, 2025
0.15.0 Nov 27, 2024
0.11.0 Jul 19, 2024
0.2.0 Nov 22, 2023

#2917 in Parser implementations

Download history 2/week @ 2024-11-08 8/week @ 2024-11-15 123/week @ 2024-11-22 52/week @ 2024-11-29 36/week @ 2024-12-06 8/week @ 2024-12-13 1/week @ 2024-12-20 143/week @ 2025-01-03 9/week @ 2025-01-10 20/week @ 2025-01-17 125/week @ 2025-01-24 28/week @ 2025-01-31 9/week @ 2025-02-07 6/week @ 2025-02-14 23/week @ 2025-02-21

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

MIT license

26KB
603 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

~0.9–1.5MB
~29K SLoC