[][src]Module leveldb::database

Re-exports

pub use db::Database;

Modules

batch
bytes
cache

Structs and traits to work with the leveldb cache.

compaction
comparator

All keys in leveldb are compared by their binary value unless defined otherwise.

db
error

The module defining custom leveldb error type.

iterator

leveldb iterators

key
management
options
snapshots

leveldb snapshots

util