- 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.
推薦閱讀
- Embedded Linux Projects Using Yocto Project Cookbook
- 復雜軟件設計之道:領域驅動設計全面解析與實戰
- Learning C++ Functional Programming
- Cocos2d-x學習筆記:完全掌握Lua API與游戲項目開發 (未來書庫)
- Spring快速入門
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- Cybersecurity Attacks:Red Team Strategies
- 學習OpenCV 4:基于Python的算法實戰
- Python從入門到精通
- Visual Studio Code 權威指南
- Troubleshooting Citrix XenApp?
- Python計算機視覺和自然語言處理
- PostgreSQL 12 High Availability Cookbook
- Getting Started with the Lazarus IDE
- Microsoft Windows Identity Foundation Cookbook