Constant lmdb::INTEGER_KEY []

pub const INTEGER_KEY: DatabaseFlags = DatabaseFlags{bits: MDB_INTEGERKEY,}

Keys are binary integers in native byte order. Setting this option requires all keys to be the same size, typically 32 or 64 bits.