-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add Guides #805
Comments
OMG YES |
I'd add "Stopping a server cleanly". |
I actually wonder if some of the topics are too small (the routing guide I just wrote feels so tiny). Maybe instead, a list of sufficiently more complicated topics that explore all of the required topics, such as:
They would definitely cover all the original topics, but it may not be obvious from their titles? |
I think showing the examples is a good place to start. One of the more challenging things about understanding futures, tokio and hyper is context. Examples, such a hello world, show more of that context and give people a better chance of solving their problem. I do think there is value in doing a deep-dives on a particular topic, but I think examples and spelunking through source is good enough until things really stabilize. |
The docs that will exist for the v0.11 release are done. Clearly, there is always room for more, and better, docs. |
Create a series of guides explaining different topics in hyper, along the lines of https://tokio.rs/docs/getting-started/tokio/
Some topics that seem like good ideas, though organization can be re-worked:
Http
,Service
, andNewService
The text was updated successfully, but these errors were encountered: