Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 1.65 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.65 KB

GitHub top language Rust Minimum rustc version

mmdb

mmdb is a 'std-collection-like' database.

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

Check here for a detailed description.

Crate List

Name Version Doc Path Description
mmdb wrappers High-level APIs
mmdb_core core Low-level implementations
mmdb_slot_db utils/slot_db A skip-list like timestamp DB
mmdb_trie_db utils/trie_db MPT(trie) implementations