Function rusty_leveldb::in_memory [] [src]

pub fn in_memory() -> Options

Returns Options that will cause a database to exist purely in-memory instead of being stored on disk. This is useful for testing or ephemeral databases.