binview 0.1.1

A simple tool to view files in binary or hexidecmial representation
binview-0.1.1 is not a library.

INSTALLATION:

cargo install binview

EXAMPLE:

to view in hexidecimal format run

binview myfile.txt -v hex

to view in binary format run

binview myfile.txt

or

binview myfile.txt -v bin