bs58

Crates.iobs58
lib.rsbs58
version0.5.1
sourcesrc
created_at2016-11-02 21:08:38.185278
updated_at2024-03-19 12:50:23.529199
descriptionAnother Base58 codec implementation.
homepage
repositoryhttps://github.com/Nullus157/bs58-rs
max_upload_size
id7116
size116,914
Nemo157 (Nemo157)

documentation

README

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.

Commit count: 268

cargo fmt