Registry / utility / bitcoin-string

bitcoin-string

JSON →
library0.1.19rscratesunverified

String utilities for the bitcoin system, including BilingualStr and strings representing money.

# Cargo.toml [dependencies] bitcoin-string = "0.1.19"
INSTALL
IMPORT
SIG · BITCOIN-STRING
B
bitcoin-string
utilityrustv0.1.19
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.

BilingualStr
use bitcoin_string::BilingualStr;

Creates a bilingual string and prints both languages.

use bitcoin_string::BilingualStr; fn main() { let s = BilingualStr::new("hello", "hola"); println!("English: {}, Spanish: {}", s.primary(), s.secondary()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.19latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
bitcoin-string — cargo add bitcoin-string · libregistry