vsprintf 1.0.3

Rust bindings to the libc vsprintf function
Documentation
extern crate gcc;

fn main() {
    println!("cargo:rerun-if-changed=src/lib.c");

    gcc::compile_library("libvsprintf.a", &["src/lib.c"]);
}