forked from methylDragon/coding-notes
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab29741
commit a4d2367
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
03 - Functions, Generics, and IO | ||
- Include local vs global | ||
- Include user input | ||
- Include paths | ||
04 - Traits and OOP | ||
05 - Scope, Memory, and The Borrow Checker | ||
- Generalize scope | ||
06 - Modules, Crates, and Cargo | ||
07 - Concurrency | ||
08 - Collections | ||
|
||
BONUS - Macros | ||
BONUS - Testing and Documentation | ||
BONUS - Dark Arts, FFI, and Unsafe Rust | ||
BONUS - Performance |