Skip to content

Commit 74136de

Browse files
authored
Merge pull request #889 from aidanhs/aphs-not-v1-warning
Note on pre 1.0
2 parents 0ce83df + d53e033 commit 74136de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,9 @@ layer over "stringly-typed" HTTP.
2222
Hyper offers both an HTTP client and server which can be used to drive
2323
complex web applications written entirely in Rust.
2424

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+
2530
The documentation is located at [http://hyperium.github.io/hyper](http://hyperium.github.io/hyper).

0 commit comments

Comments
 (0)