| Crates.io | hexcat-rs |
| lib.rs | hexcat-rs |
| version | 0.1.1 |
| created_at | 2025-03-04 15:15:02.044645+00 |
| updated_at | 2025-03-04 16:00:02.687769+00 |
| description | A small, no-dependency hex dumper. |
| homepage | https://codeberg.org/Kaamkiya/hexcat |
| repository | https://codeberg.org/Kaamkiya/hexcat |
| max_upload_size | |
| id | 1577410 |
| size | 209,452 |
An extremely small hexdump tool.
You can build hexcat with cargo:
$ cargo install hexcat-rs
$ cargo install --git https://codeberg.org/Kaamkiya/hexcat
Help:
$ hexcat -h
If you don't specify a file to read from, hexcat will read from stdin, so you can also pipe to it:
$ cat some-file | hexcat
It will write the data to stdout, or you can specify a file using redirection:
$ echo "Let's go fly a kite" | hexcat > hello.txt
Try hexcat -h for all available flags.
This project is licensed under the MIT license.