This is a simple hex viewer and editor written in rust. This is fairly basic, I tried to use as little packages as possible!
```
hex-it -p
Options:
-p
(type help once you open the file and read the commands)
``` cargo build --release
cargo install --path . ```
cargo install hex_it