dont panic, rather return errors in main
[Mitarbeiter/Tim-Zeitz/stud-rust-base.git] / src / lib.rs
1 //! A small base framework for route planning student projects.
2
3 extern crate time as time_crate;
4
5 pub mod cli;
6 pub mod index_heap;
7 pub mod io;
8 pub mod time;
9 pub mod types;