8 releases

Uses old Rust 2015

0.1.2 Dec 16, 2018
0.1.1 Apr 14, 2018
0.1.0 Aug 13, 2017
0.0.5 Jul 3, 2017
0.0.4 May 30, 2017

#1909 in Encoding

Download history 1823/week @ 2024-07-31 1790/week @ 2024-08-07 2319/week @ 2024-08-14 2707/week @ 2024-08-21 2925/week @ 2024-08-28 2690/week @ 2024-09-04 2570/week @ 2024-09-11 2694/week @ 2024-09-18 2989/week @ 2024-09-25 1784/week @ 2024-10-02 1696/week @ 2024-10-09 1491/week @ 2024-10-16 1654/week @ 2024-10-23 1646/week @ 2024-10-30 1026/week @ 2024-11-06 941/week @ 2024-11-13

5,576 downloads per month
Used in 9 crates (4 directly)

LGPL-3.0+

18KB
324 lines

Implementation of zbase32 in Rust

This is an implementation of the human-oriented base-32 encoding called zbase32.

The Documentation has some more details.


lib.rs:

Encoding and decoding of zbase32.

This is an implementation of the human-oriented base-32 encoding called zbase32.

No runtime deps