Expand description
The fera graph prelude.
Re-exports§
pub use builder::Builder;pub use builder::WithBuilder;pub use ext::GraphsSliceExt;pub use ext::GraphsVecExt;pub use graphs::adaptors::SpanningSubgraph;pub use graphs::adaptors::Subgraph;pub use graphs::adaptors::WithSubgraph;pub use graphs::adjset::AdjSetDigraph;pub use graphs::adjset::AdjSetGraph;pub use graphs::complete::CompleteDigraph;pub use graphs::complete::CompleteGraph;pub use graphs::static_::StaticDigraph;pub use graphs::static_::StaticGraph;pub use graphs::Adjacency;pub use graphs::AdjacencyDigraph;pub use graphs::AdjacencyGraph;pub use graphs::DefaultEdgePropMut;pub use graphs::DefaultVertexPropMut;pub use graphs::Digraph;pub use graphs::Directed;pub use graphs::Edge;pub use graphs::EdgeIndexProp;pub use graphs::EdgeIter;pub use graphs::EdgeKind;pub use graphs::EdgeList;pub use graphs::EdgeTypes;pub use graphs::Graph;pub use graphs::GraphItem;pub use graphs::Incidence;pub use graphs::IncidenceDigraph;pub use graphs::IncidenceGraph;pub use graphs::Mixed;pub use graphs::OptionEdge;pub use graphs::OptionVertex;pub use graphs::Orientation;pub use graphs::OutEdgeIter;pub use graphs::OutNeighborIter;pub use graphs::Undirected;pub use graphs::UniformEdgeKind;pub use graphs::Vertex;pub use graphs::VertexIndexProp;pub use graphs::VertexIter;pub use graphs::VertexList;pub use graphs::VertexTypes;pub use graphs::WithEdge;pub use graphs::WithVertex;pub use props::BasicEdgeProps;pub use props::BasicProps;pub use props::BasicVertexProps;pub use props::EdgeProp;pub use props::EdgePropGet;pub use props::EdgePropMut;pub use props::EdgePropMutNew;pub use props::PropGet;pub use props::PropIndexMut;pub use props::VertexProp;pub use props::VertexPropGet;pub use props::VertexPropMut;pub use props::VertexPropMutNew;pub use props::WithEdgeIndexProp;pub use props::WithEdgeProp;pub use props::WithVertexIndexProp;pub use props::WithVertexProp;
Traits§
- Optional
- A trait that represents an optional value.