diff options
Diffstat (limited to 'graph/src/labelled/mod.rs')
-rw-r--r-- | graph/src/labelled/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graph/src/labelled/mod.rs b/graph/src/labelled/mod.rs index fa26bc4..2bbc7ec 100644 --- a/graph/src/labelled/mod.rs +++ b/graph/src/labelled/mod.rs @@ -16,5 +16,6 @@ pub mod double; pub use double::{DLGBuilder, DLGraph}; pub mod binary; +pub use binary::{PLGBuilderMut, PLGraph}; // pub use binary::BLGraph; |