2 unstable releases

Uses old Rust 2015

0.2.0 Sep 21, 2021
0.1.0 Aug 17, 2016

#598 in Magic Beans

Download history 17919/week @ 2023-12-09 17417/week @ 2023-12-16 11100/week @ 2023-12-23 13660/week @ 2023-12-30 19328/week @ 2024-01-06 20061/week @ 2024-01-13 19186/week @ 2024-01-20 29098/week @ 2024-01-27 22152/week @ 2024-02-03 21687/week @ 2024-02-10 19379/week @ 2024-02-17 19900/week @ 2024-02-24 23099/week @ 2024-03-02 20828/week @ 2024-03-09 23008/week @ 2024-03-16 21380/week @ 2024-03-23

91,617 downloads per month
Used in 543 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