z85 3.0.4

Rust implementation of ZeroMQ's Z85 encoding mechanism with padding.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dev-dependencies.proptest]
version = "0.10.1"

[package]
authors = ["Mehmet Kose"]
categories = ["encoding"]
description = "Rust implementation of ZeroMQ's Z85 encoding mechanism with padding."
edition = "2018"
keywords = ["z85", "decode", "encode"]
license = "MIT/Apache-2.0"
name = "z85"
repository = "https://github.com/decafbad/z85"
version = "3.0.4"