algae-graph 0.1.19

Algae is a collection of core algorithms and data-structures, written in Rust
Documentation
1
2
3
4
5
6
#[cfg(test)]
#[test]
fn lib_compiles() {
    let f = |i| i + 1;
    assert_eq!(f(10), 11)
}