28f3f9b8b16fa24f0148c48eba49b5611e6df630
[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 index_heap;
6 pub mod io;
7 pub mod time;
8 pub mod types;