Skip to content

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.git

Starter code

bash
cd mini-lsm

Install Tools

You will need the latest stable Rust to compile this project. The minimum requirement is 1.74.

Run tests

bash
cargo test

Now, you can go ahead and start Week 1: Mini-LSM.

用心记录,持续成长