issues
search
jam1garner
/
binrw
A Rust crate for helping parse and rebuild binary data using ✨macro magic✨.
https://binrw.rs
MIT License
620
stars
36
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Issue with lifetimes and Vec (lifetime may not live long enough requires that `'bar` must outlive `'static`)
#298
lowlevl
opened
3 weeks ago
5
Support constant `MAGIC`
#297
boozook
closed
3 weeks ago
1
`pad_XXX`/`align_XX` attributes write unexpected zeros.
#295
ismell
opened
3 weeks ago
0
Add SeekFrom::Start, SeekFrom::Current, and nested support to take_seek
#292
ismell
opened
1 month ago
3
take_seek doesn't correctly limit `std::io::SeekFrom::End`
#291
ismell
closed
1 month ago
0
Zero copy or zero alloc optimization?
#288
ileixe
closed
2 months ago
0
Curious if Debug can removed?
#286
JPHutchins
closed
3 months ago
3
[Feature Request] update syn version in `binrw_derive` to `2`
#285
Neutron3529
opened
3 months ago
2
Get stream position relative to object start
#283
ckrenslehner
closed
3 months ago
1
Is `#[brw(map=map_fn)]` possible?
#282
Neutron3529
closed
3 months ago
9
Strict pre_assert
#281
v1gnesh
closed
3 months ago
7
Dealing with pre-mapped values in #[bw]
#279
scarletcafe
closed
3 months ago
1
How are optional values supposed to work?
#277
krakow10
closed
3 months ago
1
Parsing into collection until encountering specfic byte
#275
romatthe
closed
4 months ago
0
Feature Request: Magic Numbers at end of File/Struct
#274
apps4uco
opened
4 months ago
1
Feature - BinWrite for PosValue<T>
#273
amirbou
opened
4 months ago
0
Writing enums: pre_assert?
#272
bilts
opened
5 months ago
3
Consider evaluating `calc` before `seek_before`
#271
roccodev
opened
5 months ago
1
Implement BinWrite for PosValue
#270
amirbou
opened
5 months ago
1
Abiliity to calculate serialized size when writing - Feature request
#269
apps4uco
opened
5 months ago
2
Consider declaring Minimum Supported Rust Version
#268
marxin
closed
5 months ago
2
docs: fix warnings and use warning note
#266
marxin
closed
4 months ago
0
docs: link magic to pre_assert for the enum variant selection
#265
marxin
closed
4 months ago
0
proc-macro derive panicked: byte index 4 is out of bounds of `` when blank line present between doc comments
#263
apps4uco
closed
5 months ago
1
Get actual size beforehand
#262
NefixEstrada
closed
5 months ago
0
Bit fields
#260
joelreymont
closed
6 months ago
2
Stack overflow issue in test
#257
jkorinth
closed
6 months ago
2
Passing arguments to Vec<...> requires Clone trait
#256
marxin
closed
6 months ago
3
modular_bitfield attribute ignores endianness for types like u16
#255
marxin
closed
6 months ago
2
Allow validation of data with arbitrary located validation bit
#254
Ruhrpottpatriot
closed
6 months ago
1
Magic parsing performance
#253
johanholmerin
opened
7 months ago
4
[Feature] `no_alloc` operation
#251
adryzz
opened
8 months ago
0
Add pad_size_to for struct types
#250
czaloj
opened
8 months ago
4
Clippy warning `unnecessary_fallible_conversions` in generated code for `count` directive
#249
rafalh
closed
7 months ago
1
add impl example for read_options
#246
ScanMountGoat
closed
6 months ago
0
BinWrite trait cannot be made into an Object
#245
sempervictus
closed
10 months ago
3
count-less vectors at tail of struct
#244
sempervictus
closed
10 months ago
2
Consider expanding the checksum examples to work with ```#[derive(PartialEq, Debug)]```
#243
hak8or
closed
10 months ago
2
ExpandLifetimes does not recursively fold type under reference
#241
himikof
closed
11 months ago
0
map_stream, parse_with and args together fail to compile
#240
himikof
closed
12 months ago
1
`?` operator has incompatible types with try_map and parse_with
#239
Emilgardis
closed
12 months ago
1
Pad a vector's items
#238
axelkar
opened
1 year ago
5
Borrow of moved value error when derriving binread
#236
daniel-brenot
closed
1 year ago
3
Using map_stream for checksums assumes that reads and writes are sequential
#235
micolous
closed
1 year ago
3
Handle unknown enum variant magics as not-errors
#233
micolous
closed
1 year ago
0
`self` inaccessible in top-level `bw` directive due to keyword rewriting
#232
csnover
closed
1 year ago
0
Remove unnecessary bounds from BinWrite for PhantomData impl
#230
DCNick3
closed
1 year ago
0
Custom error does not propagate for nested data types
#228
wangbj
closed
1 year ago
0
Higher ranked lifetime (for <'a>) makes API difficult to use
#227
wangbj
closed
1 year ago
1
Allow Args: Default to work in write derive
#226
octylFractal
closed
1 year ago
0
Next