Module union_find_rs::prelude[][src]

Expand description

Imports everything necessary to get started. use union_find::prelude::*; provides easy access to various traits and structs you will need.

Re-exports

pub use crate::disjoint_sets::DisjointSets;
pub use crate::disjoint_sets::FindStrategy;
pub use crate::traits::Error;
pub use crate::traits::Result;
pub use crate::traits::UnionFind;