feather-db-cli 0.1.0

Command-line interface for Feather vector database
Documentation
1
2
3
4
5
6
7
fn main() {
    cc::Build::new()
        .cpp(true)
        .file("cpp/src/feather_core.cpp")
        .include("cpp/include")
        .compile("feather");
}