libhumancode 2.0.1

A `no_std` compatible library that provides a function to enode binary data up to 150 bits in a human friendly format.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "libhumancode"
version = "2.0.1"
dependencies = [
 "libzbase32",
 "reed-solomon-32",
]

[[package]]
name = "libzbase32"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf2037e0ee122c29556a9c8d81105de47542883a4f7793438e23cf4a91e58250"

[[package]]
name = "reed-solomon-32"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18081c434012839852952031ad707baabb444300079a19fa4e6dc75640f7509e"