1 2 3 4
//! Pure domain logic with no I/O, SQL, clock reads, or persistence/runtime dependencies. pub mod graph; pub mod ticket;