data-encoding 1.2.0

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 #42061 2017-02-16 23:23:50
# rustc version
rustc 1.16.0-nightly (df8debf6d 2017-01-25)# docs.rs version
cratesfyi 0.3.1 (35080d4 2017-01-24)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading data-encoding v1.2.0
Documenting data-encoding v1.2.0
Running `rustdoc --crate-name data_encoding .cargo/registry/src/github.com-1ecc6299db9ec823/data-encoding-1.2.0/src/lib.rs -o /home/cratesfyi/data-encoding-1.2.0/doc -L dependency=/home/cratesfyi/data-encoding-1.2.0/debug/deps`
Finished dev [unoptimized + debuginfo] target(s) in 1.24 secs