You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. simplify "hello world"
- use socat which hopefully doesn't have the same cross-platform issues as we were running into with netcat
- intro network utils first (which also provides a gentle intro to networking)
- app wasn't using io so removed from text
- adjust text to describe hello-world as a client app (since that's what it is)
- new page: intro to feature dependencies. The idea is to just walk through the few feature that are used in the "hello world" app so that people understand the concept.
2. outline the reasons why to use features=full or select specific features.
Later we'd like to add a topic page that goes into more detail about all of the feature groupings, and this page would then link to that (or we could even make this into a smaller call out when we have that complete info). -- #401 for feature topic page
3. Network utilities section -- this is a bit bare bones right now. I didn't feel good about using anything in the guide without install instructions and it's a bit verbose without instructions. -- open issue for x-platform testing and maybe using nc instead of telnet #407
Co-authored-by: Jen-Mei Wu <jenmei@oaktownlabs.com>
Move these parts of the article out of the hello-tokio article into their own standalone topics. This way they don't break the flow of the tutorial, and can be referenced and linked outside of that flow more easily.
Rewrote some of the parts of the hello-world for clarity and to update versions.
Added more internal links and conclusion section.
Related to: tokio-rs#401
It would be great to have a page that explains each feature group, ideally with an example for each feature group.
suggestion:
/topics/feature-groups.md
It would elaborate on (and link from) this page: https://tokio.rs/docs/getting-started/cargo-dependencies/ (or if it makes sense could move some/all of that content into a topic page and link from prior page).
The text was updated successfully, but these errors were encountered: