# 🦀 roastlings
Advanced Rust exercises for seasoned developers.
**roastlings** is the next step after [rustlings](https://github.com/rust-lang/rustlings) - tackling more complex Rust concepts through hands-on exercises.
## Prerequisites
- Completion of [rustlings](https://github.com/rust-lang/rustlings) (or equivalent Rust fundamentals)
- Familiarity with basic Rust ownership, structs, enums, and pattern matching
## Contributing
Exercises welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
---
*Inspired by the excellent [rustlings](https://github.com/rust-lang/rustlings) project.*