ecosystem-wg
ecosystem-wg copied to clipboard
Coordination repository of the ecosystem Working Group (WG)
Let's collect our experiences stabilising and maintaining Rust libraries into some resource that others can use as a source of inspiration and knowledge-sharing. This could take the format of a...
[`chrono`](https://crates.io/crates/chrono) is one of the top 100 most depended on crates, and the most popular datetime library for Rust. It [needs more support](https://github.com/rust-lang-nursery/ecosystem-wg/issues/11#issuecomment-378458844) to revamp the API, answer open design...
We should provide a set of real-world APIs held in high esteem, and eventually do write-ups on what makes them so great.
The [libz blitz](https://blog.rust-lang.org/2017/05/05/libz-blitz.html) offers a great framework for exploring, evaluating and polishing libraries. Should we do more evaluations for stabilising libraries this year? If so, what libraries do folks think...
This issue is to outline one possible approach to improving the discoverability, interopability and ergonomics of the rust ecosystem, which is the [`ergo` crate ecosystem](https://github.com/rust-crates/ergo) ## Goals From the README...
## Problem Statement It seems very valuable to have a place to recognize gaps in the ecosystem. This would allow Rust enthusiasts to know where their efforts may be appreciated,...
In [RFC 1242], we described the original motivations for `rust-lang-nursery` and a process for accepting, iterating, and stabilising the crates within it. Some of the key goals of the nursery...