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

#2108 in Encoding

Download history 885/week @ 2024-11-08 795/week @ 2024-11-15 630/week @ 2024-11-22 952/week @ 2024-11-29 1042/week @ 2024-12-06 824/week @ 2024-12-13 976/week @ 2024-12-20 587/week @ 2024-12-27 925/week @ 2025-01-03 889/week @ 2025-01-10 1439/week @ 2025-01-17 1176/week @ 2025-01-24 1442/week @ 2025-01-31 1707/week @ 2025-02-07 557/week @ 2025-02-14

3,974 downloads per month
Used in 9 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