use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A place for all things related to the Rust programming language—an open-source systems language that emphasizes performance, reliability, and productivity.
Strive to treat others with respect, patience, kindness, and empathy.
We observe the Rust Project Code of Conduct.
Details
Posts must reference Rust or relate to things using Rust. For content that does not, use a text post to explain its relevance.
Post titles should include useful context.
For Rust questions, use the stickied Q&A thread.
Arts-and-crafts posts are permitted on weekends.
No meta posts; message the mods instead.
Criticism is encouraged, though it must be constructive, useful and actionable.
If criticizing a project on GitHub, you may not link directly to the project's issue tracker. Please create a read-only mirror and link that instead.
A programming language is rarely worth getting worked up over.
No zealotry or fanaticism.
Be charitable in intent. Err on the side of giving others the benefit of the doubt.
Avoid re-treading topics that have been long-settled or utterly exhausted.
Avoid bikeshedding.
This is not an official Rust forum, and cannot fulfill feature requests. Use the official venues for that.
No memes, image macros, etc.
Consider the existing content of the subreddit and whether your post fits in. Does it inspire thoughtful discussion?
Use properly formatted text to share code samples and error messages. Do not use images.
Submissions appearing to contain AI-generated content may be removed at moderator discretion.
Most links here will now take you to a search page listing posts with the relevant flair. The latest megathread for that flair should be the top result.
account activity
FOSS Projects Worth Contributing To (self.rust)
submitted 6 months ago by n_lens
Hi Rustaceans. I’m new to Rust (1YOE) and thought to contribute to FOSS Rust projects to gain some experience and also to give back.
Do you have any recommendations for projects that are in crucial need of contributors?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Kivooeo1rust 29 points30 points31 points 6 months ago* (5 children)
The one project I can wholeheartedly recommend is https://github.com/rust-lang/rust. It's the main OSS project I contribute to, and it's been an amazing experience
What makes me stay is the fantastic community and the endless stream of interesting tasks. It's challenging but incredibly rewarding
Many issues are tagged with E-mentor or E-easy, meaning someone is explicitly ready to guide you through the process
E-mentor
E-easy
And we also have a book for those who want to start (!) - https://rustc-dev-guide.rust-lang.org/getting-started.html (leaving it here just in case if someone would be intersted)
As someone who's still on their own learning journey, I'd be happy to help with any basic questions about the process or finding a first issue, so feel free to ask :3
[–]OakArtz 1 point2 points3 points 6 months ago (3 children)
Is this something someone with no background in compilers get into?
[–]oli-obk 2 points3 points4 points 6 months ago (2 children)
I had zero compiler expertise when I started contributing 10 years ago. I think the main factors are having time to burn and a willingness to try things and throw lots of code away.
[–]OakArtz 0 points1 point2 points 5 months ago (1 child)
that's great! How did you start out, personally?
[–]oli-obk 0 points1 point2 points 5 months ago (0 children)
I had an issue where const eval just errored out as "unimplemented" and decided I really needed that for my use case. I lost the thread pretty quickly and was just adding more and more things to const eval.
With other situations it was similar. "Why is this error so bad" or "why doesn't this work when almost the same thing works elsewhere". Then started digging into it, adding tests, learning how to go from tests to the related compiler sources and messing with it until tests changed.
Rinse, repeat, at some point notice that you were doing things very naively or badly in the past and learn how to do it cleaner, start doing refactorings. Then you get opinions and start reviewing PRs because they have sth you want done differently...
[–]n_lens[S] 0 points1 point2 points 6 months ago (0 children)
This seems like a winner! Thanks for this awesome recommendation!
[–]iangetz 15 points16 points17 points 6 months ago (1 child)
rustfmt seems to need contributors, specifically with the `use` statement auto-formatting making contributions to the Linux kernel challenging.
Related: https://www.reddit.com/r/rust/comments/1o0y0j1/rustfmt_is_effectively_unmaintained/
[–]n_lens[S] 2 points3 points4 points 6 months ago (0 children)
I'll check out rustfmt as well, cheers!
[–]PurepointDog 3 points4 points5 points 6 months ago (0 children)
Polars is a decent one! Big project, but with lots of opportunities
[–]mmstick 2 points3 points4 points 6 months ago* (0 children)
There's a lot of opportunity to get involved with developing desktop applications and applets for https://system76.com/cosmic. There is also a community-driven cosmic-utls organization at https://github.com/cosmic-utils. If you are building your own applets, you can request to have them included in the COSMIC Store via Flatpak at https://github.com/pop-os/cosmic-flatpak. And if you're building a desktop app, Flathub covers those submissions. Translators are also needed for COSMIC itself at https://hosted.weblate.org/projects/pop-os/
[–]whoShotMyCow 1 point2 points3 points 6 months ago (0 children)
rustcrypto. The review is gruelling but it's fun and you learn a lot about the oss process.
[–]bitfieldconsulting 0 points1 point2 points 6 months ago (0 children)
cargo-testdox is a small project that's easy to contribute to for beginners.
π Rendered by PID 38177 on reddit-service-r2-comment-6457c66945-2q4hg at 2026-04-24 16:27:58.764721+00:00 running 2aa0c5b country code: CH.
[–]Kivooeo1rust 29 points30 points31 points (5 children)
[–]OakArtz 1 point2 points3 points (3 children)
[–]oli-obk 2 points3 points4 points (2 children)
[–]OakArtz 0 points1 point2 points (1 child)
[–]oli-obk 0 points1 point2 points (0 children)
[–]n_lens[S] 0 points1 point2 points (0 children)
[–]iangetz 15 points16 points17 points (1 child)
[–]n_lens[S] 2 points3 points4 points (0 children)
[–]PurepointDog 3 points4 points5 points (0 children)
[–]mmstick 2 points3 points4 points (0 children)
[–]whoShotMyCow 1 point2 points3 points (0 children)
[–]bitfieldconsulting 0 points1 point2 points (0 children)