//! Dependency topological sorting entry points.
//!
//! `legacy` keeps the original sorting API for schema evaluation. `parsed` sorts
//! dependencies stored in [`crate::ParsedSchema`]. Public functions are re-exported
//! here to preserve existing Rust imports.
pub use ;
pub use topological_sort_parsed;