| Crates.io | binview |
| lib.rs | binview |
| version | 0.1.1 |
| created_at | 2023-03-17 22:16:13.772166+00 |
| updated_at | 2023-03-17 22:21:57.111129+00 |
| description | A simple tool to view files in binary or hexidecmial representation |
| homepage | |
| repository | |
| max_upload_size | |
| id | 813277 |
| size | 11,523 |
INSTALLATION:
cargo install binview
EXAMPLE:
to view in hexidecimal format run
binview myfile.txt -v hex
to view in binary format run
binview myfile.txt
or
binview myfile.txt -v bin