We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d76f7 commit 2bb238fCopy full SHA for 2bb238f
src/scc.rs
@@ -31,6 +31,7 @@ use crate::internal_scc;
31
///
32
/// assert_eq!(graph.scc(), [&[0, 1, 2][..], &[3], &[4]]);
33
/// ```
34
+#[derive(Clone, Debug)]
35
pub struct SccGraph {
36
internal: internal_scc::SccGraph,
37
}
0 commit comments