tweetnacl-sys 0.1.5

tweetnacl & FFI bindings to it
Documentation
extern crate cc;

fn main() {
    cc::Build::new()
        .file("src/tweetnacl.c")
        .compile("libtweetnacl.a");
}