Rust Awesome
- Web
- facebookexperimental/MIRAI
- Rust mid-level IR Abstract Interpreter
- rust-unofficial/awesome-rust
- learnbyexample/awesome-rewrite-it-in-rust
- smoltcp-rs/smoltcp
- tcp/ip stack
# /opt/homebrew/opt/rustup/bin
# $(brew --prefix rustup)/bin
brew install rustup
# stable beta nightly
rustup default stable
rustup update
rustup component list
rustup doc
rustup self-uninstall
命令 | 作用说明 |
---|---|
rustc | Rust 编译器。 |
cargo | 项目构建工具和包管理器。 |
rustdoc | 文档生成工具。 |
rustfmt | formater |
clippy | linter |
rust-analyzer | LSP Server |
Projects
- rustdesk/rustdesk
- GPL 3.0
- Remote desktop
- cloudflare/boringtun
- BSD-3-Clause, Rust
- Userspace WireGuard