data-encoding 1.1.1

This crate provides generic data encoding functions. It is meant to guarantee mathematical properties, to conform to RFC 4648, to be efficient, and to give choice between allocating and in-place functions. It also provides an exhaustive example with similar functionality to the base64 GNU program. It supports common bases (base2, base4, base8, base16, hex, base32, base32hex, base64, and base64url) and custom bases (defined on the command-line by their padding and symbols in value order).
Documentation
Build #11994 2016-08-08 22:57:52

# rustc version rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)

# docs.rs version cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading data-encoding v1.1.1 Documenting data-encoding v1.1.1 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/data-encoding-1.1.1/src/lib.rs --crate-name data_encoding -o /home/cratesfyi/data-encoding-1.1.1/doc -L dependency=/home/cratesfyi/data-encoding-1.1.1/debug -L dependency=/home/cratesfyi/data-encoding-1.1.1/debug/deps`