-
Notifications
You must be signed in to change notification settings - Fork 300
code snippets should link to the play pen #523
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
Comments
The playpen no longer exists. The Rust playground crates are those that are commonly downloaded or those that have been accepted as part of the Rust Cookbook |
i meant the playground, sorry. what is the process for adding crates to the playground? (i believe the cookbook is no longer maintained, fyi/fwiw) |
It's had commits in the last two weeks — does that not count as maintained?
The reason for choosing the Cookbook is that there's a presumably impartial group of people who have decided that a library is good, maintained, documented, and otherwise should be presented to arbitrary Rust programmers. What crates do you need to be added? Why those specific crates? What group vouches for those crates? |
The crates we'd need are 'ferris-says' (for getting started), 'reqwest' and 'rocket' (for networking), 'quicli' and 'structopt' (for CLI)
They are the ones which are dependencies of the code snippets used on the website.
I guess the website team? Perhaps the individual working groups for the WG snippets |
agree with everything @nrc has said. and i agree with the vouching strategy- the |
Uh oh!
There was an error while loading. Please reload this page.
we should link to a prefilled playpen with the code snippets that currently exist:
embeddedCLIthis may require adding new crates to the playpen cc @carols10cents @shepmaster
The text was updated successfully, but these errors were encountered: