data-encoding 2.3.3

Efficient and customizable data-encoding functions like base64, base32, and hex
Documentation
[features]
alloc = []
default = ["std"]
std = ["alloc"]

[package]
authors = ["Julien Cretin <git@ia0.eu>"]
categories = ["encoding", "no-std"]
description = "Efficient and customizable data-encoding functions like base64, base32, and hex"
documentation = "https://docs.rs/data-encoding"
edition = "2018"
include = ["Cargo.toml", "LICENSE", "README.md", "src/lib.rs"]
keywords = ["no_std", "base64", "base32", "hex"]
license = "MIT"
name = "data-encoding"
readme = "README.md"
repository = "https://github.com/ia0/data-encoding"
rust-version = "1.46"
version = "2.3.3"