restructure and add documentation
[Mitarbeiter/Tim-Zeitz/stud-rust-base.git] / src / lib.rs
diff --git a/src/lib.rs b/src/lib.rs
new file mode 100644 (file)
index 0000000..ffa1945
--- /dev/null
@@ -0,0 +1,6 @@
+extern crate time as time_crate;
+
+pub mod index_heap;
+pub mod io;
+pub mod time;
+pub mod types;