Any practice platform for Rust

Greetings, I am new to Rust and exploring. Is there any Practice platforms like 'HackerRank' for Rust where I can practice?

Leetcode? Exercism?

4 Likes

If you don't mind a bit harder problems, solve past year Advent of Code problems - they will teach you practical challenges like parsing, common data structures and are really satisfying to solve.
Also, you'd find streams of other people solving on YouTube if you get stuck.

6 Likes

Hackerrank supports Rust, or at least did a couple years ago (this browser doesn't know my login it seems).

See also Rustlings.

Have tried this, it's good to learn about the concepts by debugging.

Intriguing, it's similar to CodeInGame. But, text focused. I will give it a try for sure.

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.