base85 2.0.0

A library for Base85 encoding as described in RFC1924
Documentation
[[bench]]
harness = false
name = "encode"

[dependencies.thiserror]
default-features = false
version = "1.0.37"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.3"

[dev-dependencies.rand]
version = "0.8.5"

[package]
authors = ["Jon Yoder <jon@yoder.cloud>"]
categories = ["encoding"]
description = "A library for Base85 encoding as described in RFC1924"
edition = "2021"
exclude = [".gitignore"]
homepage = "https://github.com/darkwyrm/base85"
keywords = ["base85", "encode", "decode"]
license = "MPL-2.0-no-copyleft-exception"
name = "base85"
readme = "README.md"
repository = "https://github.com/darkwyrm/base85"
version = "2.0.0"