Governance
How Rust is built by its community
Roadmap and RFC process
Each major decision in Rust starts as a Request for Comments (RFC). Everyone is invited to discuss the proposal, to work toward a shared understanding of the tradeoffs. Though sometimes arduous, this community deliberation is Rust’s secret sauce for quality.
Learn moreThe RFC process is also used to establish a yearly roadmap laying out our aspirations for that year. This shared vision is essential for keeping the development process focused.
Read the 2018 RoadmapTeams
Community team
Coordination and supporting events, content creation, the RustBridge program, and the survey.
Members & ContactsLibrary team
the Rust standard library, rust-lang crates, conventions, and ecosystem support
Members & ContactsWorking groups
Command-line interfaces (CLI) working group
Focusing on the end-to-end experience of writing CLI apps, both large and small, in Rust.
Members & ContactsEmbedded devices working group
Focusing on the end-to-end experience of using Rust in resource-constrained environments and non-traditional platforms.
Members & ContactsNetworking working group
Focusing on the end-to-end experience for both sync and async networking code, in coordination with the growing ecosystem in this space.
Members & ContactsWebAssembly (WASM) working group
Focusing on the end-to-end experience of embedding Rust code in JS libraries and apps via WebAssembly.
Members & Contacts