Crate hala_leveldb

Crate hala_leveldb 

Source

Structs§

Database
Leveldb database main entery
Item
Key / Value item.
KeyValueIterator
Leveldb iterator for kv.
OpenOptions
Database open options.
ReadOps
Leveldb read options.
Snapshot
Leveldb snapshot object.
WriteBatch
WriteOps
Leveldb write options.

Traits§

KeyValue
The leveldb key / value input type must implement this trait.
KeyValueReturn
The leveldb get / iterator return type must implement this trait.

Functions§

to_io_error
Convert leveldb information to rust io::Result and release error object memory.