//! SVG diagram generator intermediate representation.
//!
//! The intermediate representation is the computed data structure from
//! combining the layered values from the input data. It is used to generate
//! the final SVG output.
// Re-exports
// This allows consumers to not need to depend on `utoipa` manually.
pub use utoipa;
pub use crateApiDoc;
pub use crateIrDiagram;