Crate mmdb_core

Source
Expand description

§mmdb_core

This is a simplified version of vsdb_core, retaining only the most practical and stable parts.

Re-exports§

pub use basic::mapx_raw::MapxRaw;
pub use common::mmdb_flush;
pub use common::mmdb_get_base_dir;
pub use common::mmdb_get_custom_dir;
pub use common::mmdb_set_base_dir;
pub use common::RawBytes;
pub use common::RawKey;
pub use common::RawValue;
pub use common::GB;
pub use common::KB;
pub use common::MB;
pub use common::NULL;

Modules§

basic
Unversioned functions.
common
Common components

Macros§

parse_int
Parse bytes to a specified integer type.
parse_prefix
Parse bytes to a Pre type.