base122 0.1.0

Rust implementation of the base-122 encoding
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies]
log = "0.3.6"

[package]
authors = ["Nate Mara <natemara@gmail.com>"]
description = "Rust implementation of the base-122 encoding"
documentation = "https://docs.rs/base122"
license = "MIT"
name = "base122"
repository = "https://github.com/natemara/base122-rust"
version = "0.1.0"