rust-lang/rust-roadmap-2017

Rust should provide easy access to high quality crates

aturon opened this issue ยท 3 comments

Point of contact

@carols10cents

Overview

Another major message from the survey and elsewhere is that Rust's ecosystem, while growing, is still immature (1 in 9 survey respondents mentioned this). Maturity is not something we can rush. But there are steps we can take across the ecosystem to help improve the quality and discoverability of crates, both of which will help increase the overall sense of maturity.

Ideas

Some avenues for quality improvement:

  • Provide stable, extensible test/bench frameworks.
  • Provide more push-button CI setup, e.g. have cargo new set up Travis/Appveyor.
  • Restart the API guidelines project.
  • Use badges on crates.io to signal various quality metrics.
  • Perform API reviews on important crates.

Some avenues for discoverability improvement:

  • Adding categories to crates.io, making it possible to browse lists like "crates for parsing".
  • More sophisticated ranking and/or curation.

A number of ideas along these lines were discussed in the Rust Platform thread.

Status 2017-06-05

Completed

In progress

Planned - short term

I have updated the current status in the description!

READMEs are now being rendered right? So...can we check it off the list? :)

Yup, done!