Registry / crypto / baid58

baid58

JSON →
library0.4.4rscratesunverified

Easy-to-check Base58 encoding for identities.

# Cargo.toml [dependencies] baid58 = "0.4.4"
INSTALL
IMPORT
SIG · BAID58
B
baid58
cryptorustv0.4.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.

encode
use baid58::encode;

Encode bytes to Base58.

use baid58::encode; fn main() { let encoded = encode(&[1, 2, 3, 4]); println!("{}", encoded); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
34
Meta
1
OpenAI (training)
1
Resources
baid58 — cargo add baid58 · libregistry