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

#1684 in Encoding

Download history 1793/week @ 2024-03-14 1443/week @ 2024-03-21 1265/week @ 2024-03-28 1932/week @ 2024-04-04 1991/week @ 2024-04-11 1883/week @ 2024-04-18 1477/week @ 2024-04-25 1806/week @ 2024-05-02 1630/week @ 2024-05-09 1002/week @ 2024-05-16 1192/week @ 2024-05-23 1214/week @ 2024-05-30 1537/week @ 2024-06-06 1008/week @ 2024-06-13 1058/week @ 2024-06-20 1353/week @ 2024-06-27

5,158 downloads per month
Used in 10 crates (5 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