bitcoinleveldb-table 0.1.16-alpha.0

abstractions for working with Tables -- a Table is a sorted map from strings to strings. Tables are immutable and persistent. A Table may be safely accessed from multiple threads without external synchronization.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use bitcoin_imports::x;

x!{block}
x!{block_builder}
x!{builder}
x!{filter_block}
x!{filter_block_test}
x!{iterator}
x!{iterator_wrapper}
x!{leveldb_table_format}
x!{merger}
x!{table}
x!{table_test}
x!{two_level_iterator}