//! A two key value store.
//!
//! Used by entropy-rs, The Game ยท Created by RuofengX.
//!
//!
//! Features:
//! * No-unsafe, also source code.
//! * Thread-safe, build on top of sled and moka.
//! * Persistent, check [`sled::Config`] to learn more about the database.
//!
pub use ;
pub use Config;