A fast and lightweight KeyValue store written in Rust.
- Install Rust (https://www.rust-lang.org/tools/install)
- I am using (rustc 1.75.0)
- Install pre-commit (https://pre-commit.com/)
- Then run
pre-commit install
in the project directory
- Then run
- Development setup:
- Recommended Editor: VSCode
- VSCode Extensions:
- Plugin bundle: https://github.com/1YiB/vsc-bundle
- rust-analyzer
- crates
RUST_LOG=info cargo run
cargo test
Please checkout our contribution doc here.