Registry / crypto / hwi
library0.10.0rscratesunverified

Rust wrapper for the Bitcoin Core Hardware Wallet Interface.

# Cargo.toml [dependencies] hwi = "0.10.0"
INSTALL
IMPORT
SIG · HWI
H
hwi
cryptorustv0.10.0
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.

HWIClient
use hwi::HWIClient;

Enumerate connected hardware wallets using HWI.

use hwi::HWIClient; fn main() { let client = HWIClient::new().unwrap(); let _devices = client.enumerate().unwrap(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources
hwi — cargo add hwi · libregistry