1 unstable release

Uses old Rust 2015

0.1.0 Sep 20, 2016

#33 in #base32

MIT license

3KB
62 lines

b32

A simple base-32 encoder/decoder. It only has two functions:

b32::encode(String) -> String;
b32::decode(String) -> Option<String>;

Install

Add this to your Cargo.toml:

[dependencies]
b32 = "0.1.0"

License

This tiny piece of code is published under the MIT license.

No runtime deps