- 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.
推薦閱讀
- Learning Neo4j
- HornetQ Messaging Developer’s Guide
- Go語言高效編程:原理、可觀測性與優化
- SQL for Data Analytics
- Visual C
- Working with Odoo
- Serverless computing in Azure with .NET
- Mastering Unity 2D Game Development(Second Edition)
- 第一行代碼 C語言(視頻講解版)
- 小程序,巧應用:微信小程序開發實戰(第2版)
- Deep Learning with R Cookbook
- JavaScript程序設計:基礎·PHP·XML
- Oracle數據庫編程經典300例
- Scala Functional Programming Patterns
- Apache Solr PHP Integration