Crate vsdb_core

Source
Expand description

GitHub top language Rust Latest Version Rust Documentation Minimum rustc version

§vsdb_core

vsdb is a ‘std-collection-like’ database.

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

§Known Issues

  • The instance len is not absolutely reliable and should be regarded as a hint

Re-exports§

pub use basic::mapx_raw::MapxRaw;
pub use common::GB;
pub use common::KB;
pub use common::MB;
pub use common::NULL;
pub use common::RawBytes;
pub use common::RawKey;
pub use common::RawValue;
pub use common::vsdb_flush;
pub use common::vsdb_get_base_dir;
pub use common::vsdb_get_custom_dir;
pub use common::vsdb_set_base_dir;

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.