From 1dcc600c5cb7cb7d793f1bc30376130fb2a25658 Mon Sep 17 00:00:00 2001 From: Jonathan Reem Date: Tue, 14 Oct 2014 19:42:10 -0700 Subject: [PATCH] Add a warning about the stability of Hyper to the README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 67587c99..47972f21 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ complex web applications written entirely in Rust. The documentation is located at [http://hyperium.github.io/hyper](http://hyperium.github.io/hyper). +___WARNING: Hyper is still under active development. The API is still changing +in non-backwards-compatible ways without warning._ + ## Example Hello World Server: