You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
src | 3 months ago | |
.drone.yml | 4 months ago | |
.gitignore | 2 years ago | |
Cargo.lock | 3 months ago | |
Cargo.toml | 3 months ago | |
README.md | 3 months ago |
README.md
Simple hexdump tool
Rust learning project.
Usage
A simple hexdump tool
Usage: rhd [OPTIONS] [FILENAME]
Arguments:
[FILENAME] Filename to read, if left out read from stdin
Options:
-l, --length <LENGTH> Stop after <len> octets
-r, --revert Revert hexdump to binary
-h, --help Print help information
-V, --version Print version information