Constant lmdb_rs::core::DbIntKey
[−]
pub const DbIntKey: DbFlags=
DbFlags{bits: ffi::MDB_INTEGERKEY,}
Keys are binary integers in native byte order. Setting this option requires all keys to be the same size, typically sizeof(int) or sizeof(size_t).