//! Basic layout engines
//!
//! This module contains layout engines that use simple, deterministic algorithms
//! to position components. These layouts produce consistent results and are the
//! default choice for most diagrams.
pub use Engine as Component;
pub use Engine as Sequence;