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
[dependencies.libzbase32]
default-features = false
version = "2.0.0"

[dependencies.reed-solomon-32]
default-features = false
version = "2.0.0"

[features]
default = ["std"]
std = ["libzbase32/std", "reed-solomon-32/std"]

[package]
authors = ["Palmer Cox <p@lmercox.com>"]
categories = ["algorithms"]
description = """
A `no_std` compatible library that provides a function
to enode binary data up to 150 bits in a human friendly format.
"""
documentation = "https://docs.rs/libhumancode"
edition = "2018"
homepage = "https://github.com/DaGenix/libhumancode"
license = "MIT OR Apache-2.0"
name = "libhumancode"
readme = "README.md"
repository = "https://github.com/DaGenix/libhumancode"
version = "2.0.1"