//! A small base framework for route planning student projects. pub mod cli; pub mod index_heap; pub mod io; pub mod time; pub mod types;