An implementation of base65536 for Rust.
Thanks to the base64 crate, which heavily inspired and influenced the API.
base64
Add the following to your Cargo.toml:
Cargo.toml
toml [dependencies] base65536 = "0.1"