http-muncher 0.3.2

Rust Streaming HTTP parser based on nodejs/http-parser
Documentation
extern crate cc;

fn main() {
    cc::Build::new().file("http-parser/http_parser.c").file("src/struct_adapter.c").compile("http_parser");
}