The Rust Programming Language Chapter 7

preview_player
Показать описание
The Rust Programming Language

Managing Growing Projects with Packages, Crates, and Modules: 0:13
Packages and Crates: 4:53
Defining Modules to Control Scope and Privacy: 9:42
Paths for Referring to an Item in the Module Tree: 15:27
Exposing Paths with the pub Keyword: 23:16
Starting Relative Paths with super: 27:52
Making Structs and Enums Public: 29:54
Bringing Paths into Scope with the use Keyword: 34:09
Creating Idiomatic use Paths: 36:54
Providing New Names with the as Keyword: 40:53
Re-exporting Names with pub use: 42:03
Using External Packages: 44:14
Using Nested Paths to Clean Up Large use Lists: 46:18
The Glob Operator: 48:52
Separating Modules into Different Files: 50:04
Summary: 53:48
Рекомендации по теме
visit shbcf.ru