add a lot of docs and a reference to them in the README
[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;