Registry / utility / rust-base58

rust-base58

JSON →
library0.0.4rscratesunverified

Simple library for converting to and from base-58 strings.

# Cargo.toml [dependencies] rust-base58 = "0.0.4"
INSTALL
IMPORT
SIG · RUST-BASE58
R
rust-base58
utilityrustv0.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ToBase58
use rust_base58::ToBase58;

Encodes a byte vector to a base58 string.

use rust_base58::ToBase58; fn main() { let bytes = vec![0x00, 0x01, 0x02]; let encoded = bytes.to_base58(); println!("Encoded: {}", encoded); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Resources
rust-base58 — cargo add rust-base58 · libregistry