kcapi-sys 0.0.2

Rust FFI bindings for libkcapi, the kernel crypto api library.
1
2
3
4
fn main() {
    // May want to use pkg-config after submitting that upstream or something.
    println!("cargo:rustc-flags=-L /usr/local/lib -l kcapi");
}