Rust系列

锁定版本:

1.94.0(2026-03-02)

官网:

https://rust-lang.org/

文档:

https://doc.rust-lang.org/book/

github:

https://github.com/rust-lang/rust

Install

$ ; 安装rustup
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain none -y
$ ; 安装rust
$ rustup default stable

感觉安装速度还行

开发工具

zed

主力编辑器

锁定版本:

0.222.4(2026-02-05 ~ 2026-02-06)

文档:

https://zed.dev/docs/

github:

https://github.com/zed-industries/zed

uv

由rust编写, 集pyenv、venv、pip等功能于一身的强大工具

锁定版本:

0.9.29(2025-10-08 ~ 2026-02-04)

文档:

https://docs.astral.sh/uv/

github:

https://github.com/astral-sh/uv

变更日志:

https://github.com/astral-sh/uv/blob/main/CHANGELOG.md

just

命令运行器

锁定版本:

1.46.0(2026-01-02)

文档:

https://just.systems/man/en/

github:

https://github.com/casey/just

安装

$ uv tool install rust-just
$ just --version

数据库

chroma

向量数据库

锁定版本:

1.0.7(2025-04-04 ~ 2025-04-25)

github:

https://github.com/chroma-core/chroma

文档:

https://docs.trychroma.com/docs/overview/introduction