#binary #hex #binary-format #view #txt #representation #hexidecimal

app binview

A simple tool to view files in binary or hexidecmial representation

1 unstable release

0.1.1 Mar 17, 2023
0.1.0 Mar 17, 2023

#2978 in Parser implementations

30 downloads per month

MIT license

4KB

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

Dependencies

~1.2–1.8MB
~34K SLoC