rust-lang / rustlings

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

Would it make sense to add an additional exercise to move_semantics? #2063

Open feoh opened 1 month ago

feoh commented 1 month ago

Rustlings is amazing. Heartfelt thanks to everyone involved.

I just finished move_semantics6.rs which I found quite tricky but very helpful once I solved it and understood the necessary syntax to implement ownership in one spot and borrowing in another.

Would Rustlings benefit from another similar, perhaps just a smidge more complex exercise given the tricky nature of the subject matter?

Thanks again in any case! Just a thought :)