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

#1355 in Encoding

Download history 1593/week @ 2023-11-25 1204/week @ 2023-12-02 1749/week @ 2023-12-09 1188/week @ 2023-12-16 357/week @ 2023-12-23 319/week @ 2023-12-30 856/week @ 2024-01-06 1013/week @ 2024-01-13 1118/week @ 2024-01-20 986/week @ 2024-01-27 798/week @ 2024-02-03 1807/week @ 2024-02-10 1529/week @ 2024-02-17 1081/week @ 2024-02-24 1598/week @ 2024-03-02 683/week @ 2024-03-09

5,284 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