Something like a "Rust Learner's Roadmap"?

When learning golang I sometimes refer to this every now and then

https://github.com/Alikhll/golang-developer-roadmap

It has this flowchart and a nice guide of things that might be of interest to the average developer.

I was wondering if something like this existed for rust as well? Or maybe someone could think about making one?

No such flowchart exists for Rust, but you can pick a topic in the Awesome Rust repo and get a list of some of the most popular crates / libs / frameworks for that topic.

Also, I wouldn't put too much faith in these kinds of roadmaps because they have a lot of implicit author biases in them, but as a general guide they're okay.

1 Like

Yeah I know. I'm not really trying to use this as a guide. Just a way to get to know some useful libs and stuff.

Yeah the awesome rust repo is a good suggestion.

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.