Registry / database / bitcoinleveldb-options

bitcoinleveldb-options

JSON →
library0.1.16-alpha.0rscratesunverified

Options to control the behavior of a LevelDB database for Bitcoin-related applications.

# Cargo.toml [dependencies] bitcoinleveldb-options = "0.1.16-alpha.0"
INSTALL
IMPORT
SIG · BITCOINLEVELDB-OPT
B
bitcoinleveldb-options
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.

Options
use bitcoinleveldb_options::Options;

Creates default LevelDB options with create_if_missing enabled.

use bitcoinleveldb_options::Options; fn main() { let mut opts = Options::new(); opts.create_if_missing = true; println!("Options configured"); }
Debug
Known issues
breakingAlpha version; API may change without notice.
fix
Pin to exact version and monitor updates.
affects: >=0.1.0
Upgrade
Version history
0.1.16-alpha.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
22
OpenAI (training)
1
Resources
bitcoinleveldb-options — cargo add bitcoinleveldb-options · libregistry