Expand description
Contains the datastructures used by the crate
Modulesยง
- dot_
renderer - Implements the dot GraphWalker trait for LinkGraph to allow dot creation
- graph_
dcel - Contains the traits used to represent a doubly connected edge list
- link_
graph - Contains a linked implementation of the DCEL trait
- list_
graph - Contains an implementation of the data structure described in A simple linear time algorithm for embedding maximal planar graphs
- ring_
segment - Contains the ring_segment function