Recommended project to learning Rust?

Hi i read 3 documents from official rust homepage and now trying to find new source to learning rust.
I want to analyze some other’s rust project and learn from it.
Can you recommended me some good project to learning best practice of coding in rust or rust fitted project designing? (hope that is either not too hard or not too simple.)
Thanks for reading.

2 Likes

https://users.rust-lang.org/t/good-source-code-for-me-to-learn-from

1 Like

Thanks!

Another good resource is the "Call for Participation" section of This Week in Rust.

You could check out the crate code for various crates used in cargo apps/utilities. For example, start with ripgrep GitHub - BurntSushi/ripgrep: ripgrep recursively searches directories for a regex pattern while respecting your gitignore and check the crate listing in Cargo.toml. Those in turn have other crate dependencies and so on...

Hey there,

New to Rust as well, just starting.

What helped me incredibly to learn a new language besides the official docs, playgrounds, etc. is:

Codingame

It lets you solve coding puzzles and multiplayer coding games in all kind of programming languages.

They also have cool contests that can span a week with prices, etc.

Let me know your thoughts!

Best,
Ron :keyboard:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.