rustlings icon indicating copy to clipboard operation
rustlings copied to clipboard

Exercise Suggestion/Discussion: Add Exercises For Some Commonly Used Rust Crates

Open Ben2917 opened this issue 1 year ago • 0 comments

As the title says, I'm wondering what people think about introducing some exercises to rustlings that cover some useful or commonly used Rust crates. So for example, I've been looking into how I can follow my usual TDD practises in Rust and found the mockall crate that can be used to mock structs, set expectations etc. I'd be really interested in writing an exercise that teaches users how to utilise mockall since mocks are such a powerful tool for TDD.

My question is, would this fall out of the scope of Rustlings? I personally believe it would be a natural expansion, however, I'm also very new to the project. I'd also be interested to hear suggestions about what exercises could be added for commonly used crates. To the experienced Rust devs, what tools do you feel you couldn't live without?

Ben2917 avatar Apr 17 '23 18:04 Ben2917