2 unstable releases

Uses old Rust 2015

0.2.0 Sep 21, 2021
0.1.0 Aug 17, 2016

#1203 in Magic Beans

Download history 37279/week @ 2023-01-25 38316/week @ 2023-02-01 39876/week @ 2023-02-08 40600/week @ 2023-02-15 48439/week @ 2023-02-22 40453/week @ 2023-03-01 40943/week @ 2023-03-08 46417/week @ 2023-03-15 42064/week @ 2023-03-22 34870/week @ 2023-03-29 28627/week @ 2023-04-05 29823/week @ 2023-04-12 28317/week @ 2023-04-19 26347/week @ 2023-04-26 25376/week @ 2023-05-03 28567/week @ 2023-05-10

114,589 downloads per month
Used in 507 crates (73 directly)

MIT license

8KB
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