Module openrailwaymap_exporter::export
source · Expand description
Export module for the OpenRailwayMap Exporter.
This module provides functions to generate a DOT or SVG string representation of a RailwayGraph. The generated strings can be used to visualize the railway infrastructure data.
Re-exports
pub use crate::exporter::svg::generate_svg_string;
Functions
- Generates a DOT string representation of a given RailwayGraph.