baze64

Crates.iobaze64
lib.rsbaze64
version0.6.0
sourcesrc
created_at2023-01-14 21:31:00.253067
updated_at2023-10-27 22:44:57.764042
descriptionEncode & decode base64 from & to arbitrary byte sequences
homepage
repositoryhttps://github.com/Clay-6/baze64
max_upload_size
id759048
size38,228
Clay (Clay-6)

documentation

README

Baze64

The baze64 rust library & accompanying CLI

Usage

Library

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.

CLI

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>

Commit count: 143

cargo fmt