This website works better with JavaScript.
Explore
Help
Sign In
rust
/
rust-course
mirror of
https://github.com/sunface/rust-course
Watch
5
Star
0
Fork
You've already forked rust-course
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16ef35eb96
main
gh-pages
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '16ef35eb96'
${ noResults }
rust-course
/
src
/
toolchains
/
intro.md
254 B
Raw
Blame
History
Rust 工具链指南
工具链是一门语言的第二灵魂,如果问一个 C++ 程序员,他最羡慕 Rust 什么,那答案很可能就是 Rust 的工具链。
而其中最主要的就是 Cargo 包管理工具,下面让我们从它开始。