Registry / crypto / bc-ur
library0.19.2rscratesunverified

Uniform Resources (UR) encoding and decoding for Rust, used in blockchain and cryptocurrency applications.

# Cargo.toml [dependencies] bc-ur = "0.19.2"
INSTALL
IMPORT
SIG · BC-UR
B
bc-ur
cryptorustv0.19.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.

UR
use bc_ur::UR;

Encode a byte sequence as a UR string.

use bc_ur::UR; let ur = UR::new("bytes", vec![0x01, 0x02, 0x03]); let encoded = ur.to_string();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.19.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Resources
bc-ur — cargo add bc-ur · libregistry