-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
Covers basically everything that can be written outside a function (though note all items can be written inside a function too). I'd like to start with the easy stuff:
-
extern crate
(extern crate #22) -
mod
declarations (mod declarations #23) - imports (
use
andpub use
) (imports (use
) #24) - generics (Generics declarations #29)
- structs and unions (struct and union declarations #30)
- enums (Enums and variants #31)
- type aliases (type aliases #32)
- functions (basics are covered in the guide, need to cover multiple line function sigs).
- traits
- impls
Metadata
Metadata
Assignees
Labels
No labels