Registry / crypto / multibase

multibase

JSON →
library0.9.2rscratesunverified

Multibase in Rust, supporting encoding and decoding of multiple base formats.

# Cargo.toml [dependencies] multibase = "0.9.2"
INSTALL
IMPORT
SIG · MULTIBASE
M
multibase
cryptorustv0.9.2
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.

Base
use multibase::Base;

Encode and decode data using multibase

use multibase::Base; let encoded = Base::Base58Btc.encode(b"hello"); let decoded = Base::Base58Btc.decode(&encoded).unwrap();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
multibase — cargo add multibase · libregistry