libzbase32 2.0.0

An implementation of the z-base-32 format for Rust. This implementation is no_std compatible.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
2.0.0
=====

* Rework the Error interfaces to make it easier to differentiate
  between errors related to bad input and errors related to incorrect
  usage.

1.1.0
=====

* Add is_last_quintet_valid() and is_last_octet_valid() functions which can
  be used to figure out if the final input symbol is valid given the number
  of bits. This can be useful for finding and correcting errors.