Crates.io | baze64 |
lib.rs | baze64 |
version | 0.6.0 |
source | src |
created_at | 2023-01-14 21:31:00.253067 |
updated_at | 2023-10-27 22:44:57.764042 |
description | Encode & decode base64 from & to arbitrary byte sequences |
homepage | |
repository | https://github.com/Clay-6/baze64 |
max_upload_size | |
id | 759048 |
size | 38,228 |
The baze64 rust library & accompanying CLI
Simply add
baze64 = "<VERSION>"
to your Cargo.toml
where <VERSION>
is the latest version of the crate. Alternatively,
run
cargo add baze64
for this to be done for you.
Run baze64 encode <STRING>
to encode a string or baze64 encode -f <FILE>
to
encode a file. Decode a base64 string by running
baze64 decode <STRING>
where <STRING>
is a base64 encoded string, adding -o <FILE>
to output to <FILE>