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
15
16
17
18
#[macro_use] mod imports; use imports::*;

x!{block_builder}
x!{block}
x!{builder_alt}
x!{builder}
x!{db_iter}
x!{footer}
x!{handle}
x!{iterator_alt}
x!{iterator_wrapper}
x!{iterator}
x!{leveldb_db_table_cache}
x!{leveldb_table_format}
x!{table_test}
x!{table}
x!{constructor}
x!{version_iterator}