2 unstable releases

Uses old Rust 2015

0.2.0 Sep 21, 2021
0.1.0 Aug 17, 2016

#489 in Magic Beans

Download history 14520/week @ 2023-12-20 11101/week @ 2023-12-27 17052/week @ 2024-01-03 20196/week @ 2024-01-10 19875/week @ 2024-01-17 18942/week @ 2024-01-24 30458/week @ 2024-01-31 21872/week @ 2024-02-07 21011/week @ 2024-02-14 19785/week @ 2024-02-21 19029/week @ 2024-02-28 23942/week @ 2024-03-06 21402/week @ 2024-03-13 23388/week @ 2024-03-20 21157/week @ 2024-03-27 22329/week @ 2024-04-03

92,090 downloads per month
Used in 544 crates (94 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