base32 0.4.0

Base32 encoder/decoder for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dev-dependencies.quickcheck]
version = "0.7.1"

[dev-dependencies.rand]
version = "0.5.5"

[lib]
name = "base32"

[package]
authors = ["Andreas Ots <qrpth@qrpth.eu>", "Tim Dumol <tim@timdumol.com>"]
description = "Base32 encoder/decoder for Rust"
license = "MIT OR Apache-2.0"
name = "base32"
repository = "https://github.com/andreasots/base32"
version = "0.4.0"