annembed 0.1.6

a Rust implementation of a dimension reduction à la Umap
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "macos-accelerate")]
fn main() {
    println!("cargo:rustc-link-lib=framework=Accelerate");
}

#[cfg(not(any(feature = "macos-accelerate")))]
fn main() {}