Skip to content

Commit a4d2367

Browse files
committed
Add TODOs
1 parent ab29741 commit a4d2367

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Rust (WIP)/TODOS

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
03 - Functions, Generics, and IO
2+
- Include local vs global
3+
- Include user input
4+
- Include paths
5+
04 - Traits and OOP
6+
05 - Scope, Memory, and The Borrow Checker
7+
- Generalize scope
8+
06 - Modules, Crates, and Cargo
9+
07 - Concurrency
10+
08 - Collections
11+
12+
BONUS - Macros
13+
BONUS - Testing and Documentation
14+
BONUS - Dark Arts, FFI, and Unsafe Rust
15+
BONUS - Performance

0 commit comments

Comments
 (0)