base32 0.5.1

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 = "1.0.3"

[lib]
name = "base32"

[package]
authors = ["Andreas Ots <qrpth@qrpth.eu>", "Tim Dumol <tim@timdumol.com>", "Dave Grantham <dwg@linuxprogrammer.org>"]
categories = ["encoding", "parser-implementations", "no-std"]
description = "Base32 encoder/decoder for Rust"
keywords = ["base32", "encode", "decode", "no_std"]
license = "MIT OR Apache-2.0"
name = "base32"
readme = "README.md"
repository = "https://github.com/andreasots/base32"
version = "0.5.1"