Module prepona::prelude[][src]

Re-exports traits and structs that are necessary to accomplish basic tasks with prepona.

Re-exports

pub use crate::provide::*;
pub use crate::storage::GraphStorage;

Structs

DefaultEdge

Represent a default edge with only weight.

DirectedEdge

Represents a directed edge type.

UndirectedEdge

Represents an undirected edge type.

Traits

Edge

Define necessary functionality for a struct to act as an edge of a graph.