Files
rust-tutor/.gitignore
Reality Enjoyer 02fbf819e4 generic types, traits and lifetimes
- get claude to create rustlings style exercises based on chapter 10 of the book
- update CLAUDE.md to prevent it from producing incorrect exercises
- complete exercises/01-generic-cache-system
2026-01-22 11:58:33 +00:00

9 lines
88 B
Plaintext

/rust-book
/rustlings
context.md
ideas.md
**/target/
**/Cargo.lock
**/*.rs.bk
.DS_Store