libzbase32 1.1.0

An implementation of the z-base-32 format for Rust. This implementation is no_std compatible.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[features]
default = ["std"]
std = []

[package]
authors = ["Palmer Cox <p@lmercox.com>"]
categories = ["encoding"]
description = "An implementation of the z-base-32 format for Rust. This implementation\nis no_std compatible.\n"
documentation = "https://docs.rs/libzbase32"
edition = "2018"
homepage = "https://github.com/DaGenix/libzbase32"
license = "MIT OR Apache-2.0"
name = "libzbase32"
readme = "README.md"
repository = "https://github.com/DaGenix/libzbase32"
version = "1.1.0"