Skip to content

Commit

Permalink
dag: Expose topological sort functionality
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <ikey@serpentos.com>
  • Loading branch information
ikeycode committed Sep 26, 2023
1 parent de0154c commit 93dae32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dag/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ pub mod subgraph;
pub use self::reexport::*;

pub mod reexport {
pub use petgraph::algo::{toposort, Cycle};
pub use petgraph::graph::DiGraph;
}

0 comments on commit 93dae32

Please sign in to comment.