binrw icon indicating copy to clipboard operation
binrw copied to clipboard

A Rust crate for helping parse and rebuild binary data using ✨macro magic✨.

Results 63 binrw issues
Sort by recently updated
recently updated
newest added

I'm using binrw to parse a format with an enum with around 300 variants(all using magic directives) and with files that can contain up to 40 000 items. The performance...

performance-issue

`pad_size_to` on a struct should be able to reference import, temp variables, and generated fields. Added `StructGenerator::wrap_pad_size` and smaller BinWrite implementation 3 new unit tests that check reading, one for...

The way i understand it, this crate uses `alloc` for fancy error reporting (and operation on `String`s, `Vec`s and `Cow`s). It would be nice to be able to use this...

enhancement