Struct rkv::Rkv [] [src]

pub struct Rkv { /* fields omitted */ }

Wrapper around an lmdb::Environment.

Methods

impl Rkv
[src]

Static methods.

[src]

[src]

Return a new Rkv environment from the provided builder.

[src]

Return a new Rkv environment that supports up to DEFAULT_MAX_DBS open databases.

[src]

Return a new Rkv environment that supports the specified number of open databases.

impl Rkv
[src]

Store creation methods.

[src]

[src]

[src]

[src]

impl Rkv
[src]

Read and write accessors.

[src]

[src]

Trait Implementations

impl Debug for Rkv
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Rkv

impl Sync for Rkv