| Crates.io | hex_it |
| lib.rs | hex_it |
| version | 0.1.1 |
| created_at | 2023-08-20 18:55:03.785682+00 |
| updated_at | 2023-08-20 18:58:40.484446+00 |
| description | A simple hex viewer and basic editor written in Rust |
| homepage | |
| repository | https://github.com/0bject-0bject/hex-it |
| max_upload_size | |
| id | 949508 |
| size | 21,977 |
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 <file>
Options:
-p, --path <file> Path to file to open
-c, --colors Open file without colors
-h, --help Print this help message
(type help once you open the file and read the commands)
cargo build --release
# To install
cargo install --path .
cargo install hex_it