From 792f2ab955126ad113229b57202822c54f3eaeb4 Mon Sep 17 00:00:00 2001 From: Yatharth Mathur <31852880+yatharthmathur@users.noreply.github.com> Date: Wed, 17 Jan 2024 01:08:36 +0530 Subject: [PATCH] docs: Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 861821a..7745b8f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,15 @@ A fast and lightweight KeyValue store written in Rust. - I am using (rustc 1.75.0) - Install pre-commit (https://pre-commit.com/) - Then run `pre-commit install` in the project directory +- Development setup: + - Recommended Editor: VSCode + - VSCode Extensions: + - Plugin bundle: https://github.com/1YiB/vsc-bundle + - rust-analyzer + - crates ## How to run ```cargo run``` + +## How to run test cases +```cargo test```