# Baze64 The baze64 rust library & accompanying CLI ## Usage ### Library Simply add ```toml baze64 = "" ``` to your `Cargo.toml` where `` is the latest version of the crate. Alternatively, run ```shell cargo add baze64 ``` for this to be done for you. ### CLI Run `baze64 encode ` to encode a string or `baze64 encode -f ` to encode a file. Decode a base64 string by running ```shell baze64 decode ``` where `` is a base64 encoded string, adding `-o ` to output to ``