base65536 0.3.1

Unicode's answer to base64
Documentation

base65536

Build Status Docs.rs Crates.io License

An implementation of base65536 for Rust.

Thanks to the base64 crate, which heavily inspired and influenced the API.

Installation

Add the following to your Cargo.toml:

[dependencies]
base65536 = "0.3"

Testing

Testing requires that submodules be downloaded. Before testing, run:

git submodule update --init

Benchmarks are available on nightly rust with the nightly feature.