zbase32 0.0.2

Implementation of zbase32.
Documentation
1
2
3
4
5
6
7
8
9
# Implementation of zbase32 in Rust

[![crates.io](https://meritbadge.herokuapp.com/zbase32)](https://crates.io/crates/zbase32)
[![Build Status](https://travis-ci.org/pgerber/zbase32-rust.svg?branch=master)](https://travis-ci.org/pgerber/zbase32-rust)

This is an implementation of the human-oriented base-32 encoding called
[zbase32](https://philzimmermann.com/docs/human-oriented-base-32-encoding.txt).

[The Documentation has some more details.](https://docs.rs/zbase32)