Registry / database / bitcoinleveldb-table

bitcoinleveldb-table

JSON →
library0.1.16-alpha.0rscratesunverified

Abstractions for working with immutable, persistent sorted string-to-string tables that can be safely accessed from multiple threads.

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

Table
use bitcoinleveldb_table::Table;

Open a LevelDB table and retrieve a value by key.

use bitcoinleveldb_table::Table; fn main() { let table = Table::open("path/to/table").unwrap(); if let Some(value) = table.get(b"key") { println!("{}", String::from_utf8_lossy(&value)); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.16-alpha.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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