http-muncher 0.2.2

Rust Streaming HTTP parser based on joyent/http-parser
Documentation
1
2
3
4
5
extern crate gcc;

fn main() {
    gcc::compile_library("libhttp_parser.a", &["http-parser/http_parser.c", "src/struct_adapter.c"]);
}