graphrs 0.11.13

graphrs is a Rust package for the creation, manipulation and analysis of graphs.
Documentation
1
2
3
4
fn main() {
    #[cfg(feature = "adjacency_matrix")]
    println!("cargo:rustc-link-lib=dylib=lapack");
}