put comparison output to stderr and easily machine readable stuff to stdout
[Mitarbeiter/Tim-Zeitz/stud-rust-base.git] / src / lib.rs
index ffa194570017926e90e376ccf61b43da18710622..85f3191635b60074e19146630fea710639a520a1 100644 (file)
@@ -1,5 +1,8 @@
+//! A small base framework for route planning student projects.
+
 extern crate time as time_crate;
 
+pub mod cli;
 pub mod index_heap;
 pub mod io;
 pub mod time;