环境设置
起始代码和参考解决方案可在 https://github.com/skyzh/mini-lsm 获取。
安装 Rust
更多信息请参见 https://rustup.rs。
克隆仓库
git clone https://github.com/skyzh/mini-lsm
起始代码
cd mini-lsm/mini-lsm-starter
code .
安装工具
你需要最新的稳定版 Rust 来编译这个项目。最低要求是 1.74。
cargo x install-tools
运行测试
cargo x copy-test --week 1 --day 1
cargo x scheck
现在,你可以继续开始 第一周: Mini-LSM。
我们非常感激你的反馈。欢迎加入我们的 Discord 社区。
发现问题?在 github.com/skyzh/mini-lsm 上创建问题/拉取请求。
mini-lsm-book © 2022-2025 by Alex Chi Z is licensed under CC BY-NC-SA 4.0.