diff options
Diffstat (limited to 'vendor/petgraph-0.6.5/src/prelude.rs')
| -rw-r--r-- | vendor/petgraph-0.6.5/src/prelude.rs | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/petgraph-0.6.5/src/prelude.rs b/vendor/petgraph-0.6.5/src/prelude.rs deleted file mode 100644 index f50b338b..00000000 --- a/vendor/petgraph-0.6.5/src/prelude.rs +++ /dev/null @@ -1,21 +0,0 @@ -//! Commonly used items. -//! -//! ``` -//! use petgraph::prelude::*; -//! ``` - -#[doc(no_inline)] -pub use crate::graph::{DiGraph, EdgeIndex, Graph, NodeIndex, UnGraph}; -#[cfg(feature = "graphmap")] -#[doc(no_inline)] -pub use crate::graphmap::{DiGraphMap, GraphMap, UnGraphMap}; -#[doc(no_inline)] -#[cfg(feature = "stable_graph")] -pub use crate::stable_graph::{StableDiGraph, StableGraph, StableUnGraph}; -#[doc(no_inline)] -pub use crate::visit::{Bfs, Dfs, DfsPostOrder}; -#[doc(no_inline)] -pub use crate::{Directed, Direction, Incoming, Outgoing, Undirected}; - -#[doc(no_inline)] -pub use crate::visit::EdgeRef; |
