Environment Setup
The starter code and reference solution is available at https://github.com/skyzh/mini-lsm.
Install Rust
See https://rustup.rs for more information.
Clone the repo
bash
git clone https://github.com/skyzh/mini-lsm.gitStarter code
bash
cd mini-lsmInstall Tools
You will need the latest stable Rust to compile this project. The minimum requirement is 1.74.
Run tests
bash
cargo testNow, you can go ahead and start Week 1: Mini-LSM.