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

Documentation: Lack of a Quick Start/Basic Usage section #3732

Closed
akneni opened this issue Aug 10, 2024 · 2 comments
Closed

Documentation: Lack of a Quick Start/Basic Usage section #3732

akneni opened this issue Aug 10, 2024 · 2 comments

Comments

@akneni
Copy link

akneni commented Aug 10, 2024

I've been learning about some lower level networking fundamentals recently and decided to learn hyper as a part of that. However, I've run into some problems with the lack of documentation.

For example, the page on docs.rs here, links to this page on GitHub to show an example usage of the client. However, I don't think this is as clear as it could be. For example, it doesn't make it clear that the TokioIo object is from a separate hyper_utils crate.

Additionally, I think a "quick start" page would be useful to help newcomers get up to speed on the basics. I think Axum does a good job with this.

Hyper's own website has great documentation on the other hand. I just think the docs.rs page would benefit from either some polishing or explicitly linking to Hyper's website (since docs.rs is the first place most developers will go for documentation on a rust library).

@akneni akneni closed this as completed Aug 11, 2024
@seanmonstar
Copy link
Member

I wasn't sure if by closing you already found it, but there is https://hyper.rs/guides/1/

I'm always interested in making them better (#3411), and also in making sure that it's easy to find them from where people would expect to find them.

@akneni
Copy link
Author

akneni commented Aug 12, 2024

Yeah, I found the hyper.rs site. It pretty much solves what I had initially submitted the issue for, but I also agree with (#3411) in that it could have some more extensive docs. After I get a chance to dive deeper into hyper, I also plan on contributing to the guides.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants