13 releases

new 0.5.1 Mar 19, 2024
0.5.0 May 23, 2023
0.4.0 Nov 6, 2020
0.3.1 Apr 20, 2020
0.1.3 Nov 5, 2016

#23 in Encoding

Download history 236373/week @ 2023-12-05 227059/week @ 2023-12-12 176091/week @ 2023-12-19 102667/week @ 2023-12-26 195190/week @ 2024-01-02 225852/week @ 2024-01-09 250720/week @ 2024-01-16 245377/week @ 2024-01-23 247067/week @ 2024-01-30 253603/week @ 2024-02-06 242951/week @ 2024-02-13 252256/week @ 2024-02-20 241795/week @ 2024-02-27 241992/week @ 2024-03-05 256700/week @ 2024-03-12 239228/week @ 2024-03-19

1,028,359 downloads per month
Used in 3,281 crates (420 directly)

MIT/Apache

56KB
889 lines

version-badge license-badge rust-version-badge

Another Rust Base58 codec implementation.

Compared to base58 this is significantly faster at decoding (about 2.4x as fast when decoding 32 bytes), almost the same speed for encoding (about 3% slower when encoding 32 bytes), doesn't have the 128 byte limitation and supports a configurable alphabet.

Compared to rust-base58 this is massively faster (over ten times as fast when decoding 32 bytes, almost 40 times as fast when encoding 32 bytes), has no external dependencies and supports a configurable alphabet.

Rust Version Policy

This crate only supports the current stable version of Rust, patch releases may use new features at any time.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~165KB