http2parse 0.1.2

An HTTP2 frame parser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "http2parse"
version = "0.1.2"
authors = ["Jonathan Reem <jonathan.reem@gmail.com>"]
repository = "https://github.com/reem/rust-http2parse.git"
keywords = ["http2", "web", "parser", "frames"]
description = "An HTTP2 frame parser."
readme = "README.md"
license = "MIT"

[dependencies]
bitflags = "0.1"
byteorder = "0.3"

[dev-dependencies]
rand = "0.3"