Rust Algorithms Common data structures and algorithms are implemented using Rust. See the examples directory for more algorithm examples. Algorithms BinaryHeap UnionFind BinarySearchTree Run Example $ cargo run --example exampleName Just like this: $ cargo run --example binary_heap Test $ cargo test License MIT