[][src]Crate megadex_rkv

Structs

Db

A specialized database environment that is persisted to the provided directory.

MegadexDb

A specialized database table that is persisted to the provided directory. This will store structs which implement Serialize and DeserializeOwned. It will also index those structs by any additional fields that you specify.

Enums

MegadexDbError