1//! Contains the datastructures used by the crate
23#[cfg(feature = "cli")]
4pub mod dot_reader;
5pub mod dot_renderer;
6pub mod graph_dcel;
7#[allow(dead_code)]
8pub mod link_graph;
9#[allow(dead_code)]
10pub mod list_graph;
11#[allow(dead_code)]
12pub mod ring_segment;