CSCI 415/515 - Fall 2024
Systems Programming
Rust
Monday, Nov 11, 2024
Readings
The Rust Programming Language
:
Ch 1: Getting Started
Ch 3: Common Programming Concepts
Ch 4: Understanding Ownership
Wednesday, Nov 13, 2024
Readings
The Rust Programming Language
:
Ch 5: Using Structs to Structure Related Data
Ch 6: Enums and Pattern Matching
Materials
-
hello
-
argv
-
findreplace
-
echo
-
cat
Friday, Nov 15, 2024
Readings
The Rust Programming Language
:
Ch 8: Common Collections
Monday, Nov 18, 2024
Readings
The Rust Programming Language
:
Ch 9: Error Handling
Wednesday, Nov 19, 2024
Readings
The Rust Programming Language
:
Ch 10: Generic Types, Traits, and Lifetimes
Friday, Nov 21, 2024
Readings
The Rust Programming Language
:
Ch 13: Functional Language Features: Iterators and Closures