bgrep
bgrep copied to clipboard
A binary grep written in Rust.
Results
4
bgrep issues
Sort by
recently updated
recently updated
newest added
The current version of the code seems to try to load the whole file into memory which fails for large files. E.g. in my case I get the following error:...
An option like greps "-m 1" option would be nice.
I noticed that you're not using the default rust style guidelines. It would be better to use [rustfmt](https://github.com/rust-lang/rustfmt) to format your code so that coding style can be unified among...