hexcat-rs

Crates.iohexcat-rs
lib.rshexcat-rs
version0.1.1
created_at2025-03-04 15:15:02.044645+00
updated_at2025-03-04 16:00:02.687769+00
descriptionA small, no-dependency hex dumper.
homepagehttps://codeberg.org/Kaamkiya/hexcat
repositoryhttps://codeberg.org/Kaamkiya/hexcat
max_upload_size
id1577410
size209,452
(Kaamkiya)

documentation

README

hexcat

An extremely small hexdump tool.

Screenshots

The command showing its own binary

Usage

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.

License

This project is licensed under the MIT license.

Commit count: 0

cargo fmt