We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ce83df + d53e033 commit 74136deCopy full SHA for 74136de
README.md
@@ -22,4 +22,9 @@ layer over "stringly-typed" HTTP.
22
Hyper offers both an HTTP client and server which can be used to drive
23
complex web applications written entirely in Rust.
24
25
+Be aware that hyper is still actively evolving towards 1.0, and is likely
26
+to experience breaking changes before stabilising. The current area of
27
+change is the movement towards async IO and refining the design around
28
+that. You can also see the [1.0 issue milestone](https://github.com/hyperium/hyper/milestone/1).
29
+
30
The documentation is located at [http://hyperium.github.io/hyper](http://hyperium.github.io/hyper).
0 commit comments