z32 1.1.1

Zero-dependency `no_std` compatible MIT licensed implementation [z-base-32](https://philzimmermann.com/docs/human-oriented-base-32-encoding.txt) encoding.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dev-dependencies.rand]
version = "0.8.5"

[package]
authors = ["Nuh <nuh@nuh.dev>"]
description = "Zero-dependency `no_std` compatible MIT licensed implementation [z-base-32](https://philzimmermann.com/docs/human-oriented-base-32-encoding.txt) encoding."
edition = "2021"
keywords = ["zbase32", "z32", "base32"]
license = "MIT"
name = "z32"
readme = "README.md"
repository = "https://github.com/nuhvi/z32"
version = "1.1.1"