Code Structure
Modules
use
Keyword
Avoid Writing Full Paths with the use Keyword |
Bring a Function in Scope |
Bring a Struct or Enum in Scope |
Bring an Item from an External Crate into Scope |
Dependencies
Use External Crates (Dependencies) in your Code |
Bring Items from External Crates into Scope with the use Keyword |
Code Organization
Related Topics
- Package Layout.