From 1974780504562d6121145db44edb8897e1a025f8 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Thu, 10 Aug 2017 14:00:51 -0700 Subject: [PATCH] Add a quick README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c9abc33 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# H2 + +A Tokio aware, HTTP/2.0 client & server implementation for Rust. + +**This library is not production ready. Do not try to use it in a production +environment or you will regret it!**