rust-lang / rustlings

:crab: Small exercises to get you used to reading and writing Rust code!
https://rustlings.cool
MIT License
53.13k stars 10.06k forks source link

Exercises with Modules #1143

Open SAbruzzo opened 2 years ago

SAbruzzo commented 2 years ago

Hi, I would like to add more exercises about modules that involve the declaration of modules in subdirectories and separate files. In this way, students can make sure they understand better scope and privacy concepts and rules around the naming of directories and files. Are you OK with that? Thank you

mo8it commented 2 months ago

You are welcome to create such a modules4 exercise and submit it as a pull request :D Please place the extra files in 10_modules too.