zbase32 0.1.2

Implementation of zbase32.
Documentation
[package]
name = "zbase32"
version = "0.1.2"
description = "Implementation of zbase32."
documentation = "https://docs.rs/zbase32"
repository = "https://gitlab.com/pgerber/zbase32-rust"
authors = ["Peter Gerber <peter@arbitrary.ch>"]
keywords = ["zbase32"]
license = "LGPL-3.0+"

[badges]
gitlab = { repository = "pgerber/zbase32-rust" }

[dev-dependencies]
cpython = "0.2"
quickcheck = "0.7"
rand = "0.6"

[features]
python_tests = []
unstable = []