Skip to content
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

[topic] cargo dependencies: features = ... #401

Open
ultrasaurus opened this issue Jan 13, 2020 · 0 comments
Open

[topic] cargo dependencies: features = ... #401

ultrasaurus opened this issue Jan 13, 2020 · 0 comments
Labels

Comments

@ultrasaurus
Copy link
Contributor

ultrasaurus commented Jan 13, 2020

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).

ultrasaurus added a commit that referenced this issue Jan 14, 2020
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>
@Darksonn Darksonn mentioned this issue Jul 23, 2020
19 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants