-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List of foundational / core crates #22
Comments
OK, so based on Recipes, I think these are the proposed crates for the next iteration:
This would effectively add a Database and Science section. There is recipes that need a crate like:
This is a very different direction than the cookbok was originally intended though. The Cookbook was supposed to follow the Lib Blitz evaluations. The crates that were upcoming from those evaluations would have been:
|
Adding the crates from the Complete Recipe List
|
Cool, I'd like to have some form of consent from the wg-members before we add new crates. |
@budziq Library evaluations seem to be the way we've achieved this vetting in the past. I would like to come up with some scheme for getting those back on track that feeds from/into our idea of what a fundamental crate is. The list of crates to evaluate in 2017 mostly came from the most dependend on and unstable libraries on crates.io. That's only going to identify the truly cross-cutting libraries though (which could be exactly how we want to define foundational). We could also broaden our input space a little and look at foundational crates identified within each of the other domain working groups. |
I thought that the libs team provided significant input on that list. I like the idea of reaching out to domain working groups and seeing what they feel is useful for evaluations. I don't think the cookbook should exclude crates that have already gone through stabilization outside of the blitz. |
@KodrAus I feel that evaluations are a immediate second step after the initial selection.
@AndyGauge Certainly! On the other hand I do not think that we should limit cookbook to stabilized crates only. If there is a popular enough contender presenting a significant improvement in given usecase, it ought to be enough for cookbook inclusion even if it is not yet stabilized. |
I'd like to add |
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 several times in cookbook preparation.
Namely, what are the crates that are considered as the most idiomatic, cleanest, etc. solutions for given tasks that we can present to our community? I strongly feel that surveying and keeping up with the pulse of the community in this regard ought to be part of ecosystem-wg mandate.
cc rust-lang-nursery/rust-cookbook#370
The text was updated successfully, but these errors were encountered: