Head First Design Patterns but With Rust
An implementation of the Java Design Patterns discussed in the Head First Designs Patterns book in Rust
This will execute through all the design patterns
$ cargo run
Just comment out in src/main.rs
the patterns you dont want to run
- if you are using VS Code it would be good have the
rust-analyzer
extension