Skip to content

DanDo385/rust-edu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-edu

Rust systems programming curriculum organized as labs 01 through 60.

Structure

Each lab follows this layout:

labs/NN-topic/
├── Cargo.toml
├── README.md
├── src/
│   ├── lib.rs        # student-facing stubs (`todo!()`)
│   ├── main.rs       # runnable demo
│   └── solution.rs   # reference implementation
└── tests/
    └── integration_test.rs

Quick start

cargo test --workspace
cargo run -p variables-types

Replace variables-types with the package name for any lab.

Notes

  • Labs are intended to be completed sequentially.
  • Integration tests target reference solutions for deterministic grading.
  • See CLAUDE.md for project conventions and maintenance guidelines.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages