ecosystem-wg
ecosystem-wg copied to clipboard
Coordination repository of the ecosystem Working Group (WG)
The [`lazy-static`](https://github.com/rust-lang-nursery/lazy-static.rs) crate is now stable and the nursery doesn't seem like the most appropriate home for it anymore. [It's in a similar boat to `bitflags`](https://github.com/rust-lang-nursery/ecosystem-wg/issues/2). Should we try find...
The [`glob`](https://crates.io/crates/glob) crate has some deficiencies that are addressed by [`globset`](https://crates.io/crates/globset), but it comes with its own [set of trade-offs](https://github.com/rust-lang-nursery/glob/issues/59#issuecomment-296852146). The [`globwalk`](https://crates.io/crates/globwalk) crate offers a `glob` function, based on `globset`,...
Hi, Recently the rust-cookbook has started to gain traction again thanks to awesome work of @AndyGauge. Taking this into account I'd like to raise the issue that has already manifested...
From #11, let's come up with a new name for the crate evaluations from the libz blitz that's still catchy and exciting, but less culturally charged than 'blitz'.
It would be great if, similar to for example the Python Software Foundation, there was a source of funding to support the ecosystem. The idea is just to contact friends...
I think it would be useful to have a team dedicated to custodianship. This isn't the same as a blitz on a single library, as it seeks to do things...
Following [blog post](https://kodraus.github.io/rust/2018/05/23/a-shared-mutable-ecosystem.html): >Do you have a library you think needs more support growing its maintainership? Open a GitHub issue here if you’ve got any thoughts. I would like to...
This is a tracking issue for polishing the [Cookbook](https://github.com/rust-lang-nursery/rust-cookbook) as a stable resource. We might want to close this in favour of an issue on the Cookbook repository. What do...
The [`getopts`](https://github.com/rust-lang-nursery/getopts) crate has been seeing a low hum of activity for a few years now. Should we run a blitz evaluation on it and stabilise outside of the nursery?
This is a tracking issue for polishing the [API Guidelines](https://github.com/rust-lang-nursery/api-guidelines) as a stable resource. We might want to close this in favour of an issue on the Guidelines repository. What...