- Rust Quick Start Guide
- Daniel Arbuckle
- 63字
- 2021-06-10 19:46:02
Defining a module
Defining a module is easy. In any .rs file which the compiler is going to be looking at, we can use the mod keyword to start a new module. There are two different ways to use that keyword, though, depending on whether we want to define the module as a section of the current file or as a separate file.
推薦閱讀
- JavaScript從入門到精通(微視頻精編版)
- DevOps with Kubernetes
- Vue.js前端開發基礎與項目實戰
- C語言程序設計
- The Computer Vision Workshop
- C語言程序設計案例式教程
- Learning Firefox OS Application Development
- Windows Server 2012 Unified Remote Access Planning and Deployment
- ArcGIS By Example
- The Complete Coding Interview Guide in Java
- Python程序設計與算法基礎教程(第2版)(微課版)
- Julia High Performance(Second Edition)
- Arduino機器人系統設計及開發
- Practical Maya Programming with Python
- Puppet:Mastering Infrastructure Automation