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
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.rshere, 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).
The text was updated successfully, but these errors were encountered:
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.
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 theTokioIo
object is from a separatehyper_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 (sincedocs.rs
is the first place most developers will go for documentation on a rust library).The text was updated successfully, but these errors were encountered: