We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a25e1a commit 4179587Copy full SHA for 4179587
README.md
@@ -1,3 +1,7 @@
1
# hyper-util
2
3
-A collection of utilities to be do common things with hyper.
+A collection of utilities to do common things with [hyper](https://hyper.rs).
4
+
5
+## License
6
7
+This project is licensed under the [MIT license](./LICENSE).
src/lib.rs
@@ -1,7 +1,10 @@
#![deny(missing_docs)]
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg))]
-//! hyper-util
+//! Utilities for working with hyper.
+//!
+//! This crate is less-stable than [`hyper`](https://docs.rs/hyper). However,
+//! does respect Rust's semantic version regarding breaking changes.
8
9
#[cfg(feature = "client")]
10
pub mod client;
0 commit comments