// 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; failures are unrouteable or incomplete graphs.
pub use ;
pub use ;