jam1garner / binrw

A Rust crate for helping parse and rebuild binary data using ✨macro magic✨.
https://binrw.rs
MIT License
585 stars 35 forks source link

`FilePtr`'s `Deref` requires `Value: BinRead` #218

Closed carbotaniuman closed 1 year ago

carbotaniuman commented 1 year ago

This feels like just an extraneous bound to me, but I'm not sure if there's a flexibility reason for this.