- Rust Quick Start Guide
- Daniel Arbuckle
- 82字
- 2021-06-10 19:46:02
Modules
Modules give us a way to organize our functions (and other items that have names, such as data structures) into categories. This helps us keep things organized, and allows us to use the same name more than once, as long as we only use it once per module. It also lets us use shorter versions of a thing's name most of the time, but gives us a longer version we can use when those short names might be confusing or ambiguous.
推薦閱讀
- Spring Boot開發與測試實戰
- Redis Applied Design Patterns
- Pandas Cookbook
- OpenCV 3和Qt5計算機視覺應用開發
- Learning SAP Analytics Cloud
- Julia機器學習核心編程:人人可用的高性能科學計算
- WordPress Plugin Development Cookbook(Second Edition)
- Java程序設計
- Solr Cookbook(Third Edition)
- R數據科學實戰:工具詳解與案例分析
- Apache Camel Developer's Cookbook
- Go語言開發實戰(慕課版)
- PyQt編程快速上手
- Hands-On Robotics Programming with C++
- Python數據分析與挖掘實戰(第2版)