CSCI 415/515 - Fall 2025
Systems Programming
Rust
Friday, Nov 7, 2025
Readings
The Rust Programming Language
:
-
Ch 1: Getting Started
-
Ch 3: Common Programming Concepts
Materials
-
cmdargs
-
parseint
-
readlines
Monday, Nov 10, 2025
Readings
The Rust Programming Language
:
-
Ch 4: Understanding Ownership
-
Ch 5: Using Structs to Structure Related Data
Materials
-
Parsing Command-Line Arguments with
clap
Wednesday, Nov 12, 2025
Readings
The Rust Programming Language
:
-
Ch 6: Enums and Pattern Matching
Materials
-
cat
-
readrange
Friday, Nov 14, 2025
Materials
-
filesize
-
listdir
-
pidfile
-
stdingrep
Monday, Nov 17, 2025
Readings
The Rust Programming Language
:
-
Ch 8: Common Collections
Materials
-
createproc
-
tcpecho
Wednesday, Nov 19, 2025
Readings
The Rust Programming Language
:
-
Ch 10: Generic Types, Traits, and Lifetimes
-
Ch 13: Functional Language Features: Iterators and Closures
Materials
Friday, Nov 21, 2025
Readings
The Rust Programming Language
:
-
Ch 7: Managing Growing Projects with Packages, Crates, and Modules
-
Ch 11: Writing Automated Tests
-
Ch 16: Fearless Concurrency
Materials