- 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從入門到精通(微視頻精編版)
- 深入淺出WPF
- Clojure for Domain:specific Languages
- 零基礎學Java(第4版)
- TypeScript項目開發實戰
- Expert Data Visualization
- Go并發編程實戰
- Android程序設計基礎
- MySQL從入門到精通(軟件開發視頻大講堂)
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- Mastering PowerCLI
- Java高手是怎樣煉成的:原理、方法與實踐
- Modular Programming with JavaScript
- C語言從入門到精通(視頻實戰版)
- HTML5+CSS3+jQuery Mobile+Bootstrap開發APP從入門到精通(視頻教學版)