sqlite-vec 0.1.1-alpha.1

FFI bindings to the sqlite-vec SQLite extension
Documentation
1
2
3
fn main() {
    cc::Build::new().file("sqlite-vec.c").compile("sqlite_vec0");
}