Fast comand line base64 encoder/decoder.
Base64 encode or decode FILE, or standard input, to standard output.
Usage: base64 [options] [<file>]
base64 (--help | --version)
Options:
-d --decode decode data
-w --wrap COLS wrap encoded lines after COLS character (default 76).
Use 0 to disable line wrapping
-h --help display this help and exit
--version output version information and exit
cargo build --release
to build releasemake test
to run testsmake bench
to run benchmarks