Registry / database / bitcoin-db

bitcoin-db

JSON →
library0.1.16-alpha.0rscratesunverified

Wrappers around the Bitcoin LevelDB storage system.

# Cargo.toml [dependencies] bitcoin-db = "0.1.16-alpha.0"
INSTALL
IMPORT
SIG · BITCOIN-DB
B
bitcoin-db
databaserustv0.1.16-alpha.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.

BitcoinDB
use bitcoin_db::BitcoinDB;

Opens a Bitcoin LevelDB database.

use bitcoin_db::BitcoinDB; fn main() -> Result<(), Box<dyn std::error::Error>> { let db = BitcoinDB::new("/path/to/bitcoin/db")?; Ok(()) }
Debug
Known issues
breakingAlpha version; API may change.
fix
Pin to a specific version and expect breaking changes.
affects: >=0.1.0
Upgrade
Version history
0.1.16-alpha.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
20
OpenAI (training)
1
Resources
bitcoin-db — cargo add bitcoin-db · libregistry