mirror of https://github.com/KaiserY/trpl-zh-cn
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.
785 B
785 B
进一步认识 Cargo 和 Crates.io
ch14-00-more-about-cargo.md
commit c084bdd9ee328e7e774df19882ccc139532e53d8
目前为止我们只使用过 Cargo 构建、运行和测试代码这些最基本的功能,不过它还可以做到更多。本章会讨论 Cargo 其他一些更为高级的功能,我们将展示如何:
Cargo 的功能不止本章所介绍的,关于其全部功能的详尽解释,请查看 文档