Skip to content

Commit

Permalink
Updated gitignore, readme and huffman code
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Jones committed Dec 5, 2016
1 parent 96c288d commit 5217d9e
Show file tree
Hide file tree
Showing 4 changed files with 367 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .gitignore
@@ -1 +1,5 @@
target
.cargo/
target/
Cargo.lock
.idea
*.iml
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# HTTP/2 and HPACK

![Travis](https://travis-ci.org/lambdastackio/tokio-http2.svg?branch=master) [![AppVeyor](https://ci.appveyor.com/api/projects/status/dfha61c0flw41se0?svg=true)](https://ci.appveyor.com/project/hanscj1/tokio-http2)
![Travis](https://travis-ci.org/lambdastackio/tokio-http2.svg?branch=master) [![AppVeyor](https://ci.appveyor.com/api/projects/status/dfha61c0flw41se0?svg=true)](https://ci.appveyor.com/project/hanscj1/tokio-http2)
![Badge](https://img.shields.io/crates/v/tokio-http2.svg) [![Downloads](https://img.shields.io/crates/d/tokio-http2.svg)]() [![License](https://img.shields.io/crates/l/tokio-http2.svg)]()

#### Status
Expand All @@ -12,7 +12,7 @@ NB: Several projects from the Tokio Project are not currently crates which means
<a name="contents"></a>
## Contents

* [Contents](#contents)
1. [Contents](#contents)
* [API Documentation](https://lambdastackio.github.io/tokio-http2/tokio-http2/index.html)
* [Tokio Project](https://github.com/tokio-rs)
* [Tokio-HTTP2 Design Goals](#design)
Expand Down

0 comments on commit 5217d9e

Please sign in to comment.