vsdb_core
vsdb_coreprovides the low-level building blocks forvsdb.
This crate contains the foundational components of vsdb, including:
- Raw Data Structures: Untyped, high-performance data structures like
MapxRawthat operate on raw bytes. - Utilities: Shared functions for environment management, such as setting the database directory.
Most users should use the vsdb crate instead, which provides high-level, typed APIs.
Installation
Add this to your Cargo.toml:
[]
= "11.0.0"
For detailed API examples, see API Examples.
Storage Engine
The storage backend is MMDB, a pure-Rust LSM-Tree engine.
License
This project is licensed under the MIT license.