diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000..06f8f31 --- /dev/null +++ b/src/lib.rs @@ -0,0 +1,4 @@ +//! This is a stub library for `hittekaart` to expose the functions for benchmarking. +pub mod gpx; +pub mod layer; +pub mod renderer; |