hexcat 1.0.1

Utility to output a file's contents in Rust's hexadecimal notation.
hexcat-1.0.1 is not a library.

hexcat

Utility to output a file's contents in Rust's hexadecimal notation.

Install

cargo install hexcat

Usage

$ cat foo.txt
bar
$ hexcat foo.txt 
\x62\x61\x72\x0a