fastcgi-sdk 0.0.5

FastCGI SDK for Rust
Documentation
1
2
3
4
5
6
7
extern crate gcc;

fn main() {
    gcc::Build::new()
        .file("src/fcgi_abi_compat.c")
        .compile("fcgi_abi_compat");
}