granne 0.5.2

Graph-based Retrieval of Approximate Nearest Neighbors
Documentation
1
2
3
4
5
6
fn main() {
    #[cfg(feature = "blas")]
    {
        println!("cargo:rustc-link-lib=dylib=blas");
    }
}