You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there. I working on a tool to decode a proprietary legacy binary file format and am struggling to find an example of how I might be able to use a BufReader with Deku. What would allow me to not worry about buffering data myself while also avoiding loading the entire binary file into memory? Anyone got a pointers?
(I'm a newcomer to Rust so, apologies, this might be a dumb question)
Here's a code snippet (it's waaaay simpler than the format I have to deal with, but might help ¯_(ツ)_/¯)
The text was updated successfully, but these errors were encountered:
Hey there. I working on a tool to decode a proprietary legacy binary file format and am struggling to find an example of how I might be able to use a BufReader with Deku. What would allow me to not worry about buffering data myself while also avoiding loading the entire binary file into memory? Anyone got a pointers?
(I'm a newcomer to Rust so, apologies, this might be a dumb question)
Here's a code snippet (it's waaaay simpler than the format I have to deal with, but might help ¯_(ツ)_/¯)
The text was updated successfully, but these errors were encountered: