// SPDX-FileCopyrightText: 2026 Bruno Meilick
// SPDX-License-Identifier: LicenseRef-Nereid-FreeUse-NoCopy-NoDerivatives
//
// All rights reserved.
//
// This file is part of Nereid and is proprietary software.
// Unauthorized copying, modification, or distribution is prohibited.
//! Deterministic diagram layout and edge routing.
//!
//! Places sequence participants/message rows and flowchart layers on integer grids used by
//! Unicode renderers. Layout is pure (no I/O): given an AST, returns coordinates and routes
//! or a typed error for cycles / missing endpoints. Graph/track scene entry points bridge
//! through domain ASTs until a neutral scene module exists.
pub use ;
pub use ;
pub use ;
pub use layout_track;