cstl-sys 2.1.0

Low level CSTL Rust bindings generated with bindgen
Documentation
1
2
3
4
5
6
fn main() {
    cc::Build::new()
        .files(["CSTL/lib/type.c", "CSTL/lib/vector.c", "CSTL/lib/xstring.c"])
        .std("c11")
        .compile("CSTL");
}