Skip to content

Commit

Permalink
Merge pull request #889 from aidanhs/aphs-not-v1-warning
Browse files Browse the repository at this point in the history
Note on pre 1.0
  • Loading branch information
seanmonstar authored Aug 11, 2016
2 parents 0ce83df + d53e033 commit 74136de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@ layer over "stringly-typed" HTTP.
Hyper offers both an HTTP client and server which can be used to drive
complex web applications written entirely in Rust.

Be aware that hyper is still actively evolving towards 1.0, and is likely
to experience breaking changes before stabilising. The current area of
change is the movement towards async IO and refining the design around
that. You can also see the [1.0 issue milestone](https://github.com/hyperium/hyper/milestone/1).

The documentation is located at [http://hyperium.github.io/hyper](http://hyperium.github.io/hyper).

0 comments on commit 74136de

Please sign in to comment.