New week, new Rust! What are you folks up to?
I learned something I didn't know about #[non_exhaustive]
, and proposed adding it to the Rust Reference.
5 Likes
I just finished reading the rust book and now I am solving some LeetCode problems in order to solidify the study. It has been quite useful (and fun!). I even posted a solution to one of the problems in my blog (full code is at the end of the page).
Trying to implement the Cursor interface for my BTreeMap, making progress slowly ( it is somewhat tricky ). I just got insert_before to work ) ( with Miri! ).
1 Like
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.