pub mod dot;
pub mod events;
pub mod plantuml;
mod types;
pub use events::{
Direction, EdgeType, EventResult, GraphEvent, GroupType, LayoutType, MessageType, NodeType,
Position, Properties, StateType, Style,
};
#[deprecated(note = "Use the event-based API instead")]
pub use types::{GraphData, NodeInfo};