hxt

Crates.iohxt
lib.rshxt
version0.1.2
sourcesrc
created_at2021-07-08 07:43:27.458405
updated_at2022-12-02 08:47:09.293003
descriptionA binary file markup language
homepage
repositoryhttps://github.com/gennyble/hext
max_upload_size
id420200
size5,450
(gennyble)

documentation

README

hxt

hxt is the command-line tool that utilizes the hext crate. It acts like cat meaning if you pass no file name, it reads input from stdin. If you pass multiple file names, it will process them in order.

For a more complete readme, you should read the the one for hext, the library that does all the work.

You may specify an output file with the -o option. If no output file is specified, hxt will output to stdout.

Usage: hxt [options] FILES

Options:
    -o, --output FILE   output to a file
    -h, --help          print this message and exit
Commit count: 41

cargo fmt