Hi,
I was doing a lot of research over the last few weeks and I'm still to find a source where I can read about the rust development cycle from beginning to end.
What I found so far is:
- The stabilization guide (The rustc-guide is now the rustc-dev-guide)
- The roadmap RFC (rfcs/2657-roadmap-2019.md at master · rust-lang/rfcs · GitHub)
What I was expecting:
A section in the rust book or some other official place dedicated to the topic. Explaining the whole cycle, from idea generation to implementation and production release with what processes are already in place and how people can jump to the train to help on different stages.
Do you know where I can find such information? If it doesn't exist, how can I help to put it in place? I'm the organizer of the Cambridge Rust meetup and this is one of the questions I get more often and is something I would love to be able to explain in depth. It would help me get started as a contributor and it would definitely help others to do so too.