2 unstable releases

Uses old Rust 2015

0.2.0 Sep 21, 2021
0.1.0 Aug 17, 2016

#422 in Magic Beans

Download history 21807/week @ 2024-03-14 23370/week @ 2024-03-21 21956/week @ 2024-03-28 24969/week @ 2024-04-04 20555/week @ 2024-04-11 21332/week @ 2024-04-18 20347/week @ 2024-04-25 17511/week @ 2024-05-02 17067/week @ 2024-05-09 17606/week @ 2024-05-16 21725/week @ 2024-05-23 22113/week @ 2024-05-30 16492/week @ 2024-06-06 16827/week @ 2024-06-13 18096/week @ 2024-06-20 15860/week @ 2024-06-27

70,442 downloads per month
Used in 555 crates (95 directly)

MIT license

9KB
180 lines

base58

Tiny and fast base58 encoding

Based on trezor's implementation

Build Status

Documentation


lib.rs:

Base58-to-text encoding

Based on https://github.com/trezor/trezor-crypto/blob/master/base58.c commit hash: c6e7d37 works only up to 128 bytes

No runtime deps