backport some nice things from routing engine and cleanup a bit
[Mitarbeiter/Tim-Zeitz/stud-rust-base.git] / src / lib.rs
1 //! A small base framework for route planning student projects.
2
3 pub mod cli;
4 pub mod index_heap;
5 pub mod io;
6 pub mod time;
7 pub mod types;