Re-exports§
pub use crate::visits::breadth_first;
pub use crate::visits::depth_first;
pub use crate::sccs::*;
pub use crate::visits::*;
Macros§
- thread_
pool - Utility macro to create
thread_pools
.
Functions§
- is_
acyclic - Returns whether the graph is acyclic.
- top_
sort - Returns the node of the graph in topological-sort order, if the graph is acyclic.