diff --git a/Rust (WIP)/TODOS b/Rust (WIP)/TODOS new file mode 100644 index 0000000..fb0f350 --- /dev/null +++ b/Rust (WIP)/TODOS @@ -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