An implementation of base65536 for Rust.
Thanks to the base64
crate, which heavily inspired and influenced the API.
Add the following to your Cargo.toml
:
[dependencies]
base65536 = "0.3"
Testing requires that submodules be downloaded. Before testing, run:
git submodule update --init
Benchmarks are available on nightly rust with the nightly
feature.