Docs.rs
libmdbx-0.2.1
libmdbx 0.2.1
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
vorot93
Dependencies
bitflags ^1
normal
byteorder ^1
normal
derive_more ^0.99
normal
mdbx-sys =0.12.3-16
normal
indexmap ^1
normal
libc ^0.2
normal
lifetimed-bytes ^0.1
normal
parking_lot ^0.12
normal
thiserror ^1
normal
criterion ^0.4
dev
rand ^0.8
dev
rand_xorshift ^0.3
dev
tempfile ^3
dev
Versions
50%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
DatabaseKind
Required Associated Constants
EXTRA_FLAGS
Implementors
In libmdbx
?
Trait
libmdbx
::
DatabaseKind
source
·
[
−
]
pub trait DatabaseKind: Sealed +
Debug
+ 'static { const
EXTRA_FLAGS
:
MDBX_env_flags_t
; }
Required Associated Constants
§
source
const
EXTRA_FLAGS
:
MDBX_env_flags_t
Implementors
§
source
§
impl
DatabaseKind
for
NoWriteMap
source
§
const
EXTRA_FLAGS
:
MDBX_env_flags_t
= 0u32
source
§
impl
DatabaseKind
for
WriteMap
source
§
const
EXTRA_FLAGS
:
MDBX_env_flags_t
= 524_288u32