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

#1371 in Encoding

Download history 1145/week @ 2023-12-18 343/week @ 2023-12-25 380/week @ 2024-01-01 818/week @ 2024-01-08 1094/week @ 2024-01-15 1113/week @ 2024-01-22 907/week @ 2024-01-29 835/week @ 2024-02-05 1966/week @ 2024-02-12 1452/week @ 2024-02-19 1056/week @ 2024-02-26 1634/week @ 2024-03-04 2603/week @ 2024-03-11 2065/week @ 2024-03-18 1039/week @ 2024-03-25 1733/week @ 2024-04-01

7,576 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