base122 0.1.0

Rust implementation of the base-122 encoding
Documentation
1
2
3
4
5
6
extern crate base122;

use base122::Encoder;

fn main() {
}