aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2025-08-25 21:54:13 +0200
committerDaniel Schadt <kingdread@gmx.de>2025-08-25 21:54:13 +0200
commit888c23d0b9c50ff457be2cb300afe634f1d6fa59 (patch)
tree9ef388ad197a89b48a02a6e5a88529d15e68036b /src/lib.rs
parent6adcd94a6747fe7ec6f1ad1073453636847a0bff (diff)
parente888344ba561bc6a52f96f7a7bc2ad24be287a82 (diff)
downloadhittekaart-888c23d0b9c50ff457be2cb300afe634f1d6fa59.tar.gz
hittekaart-888c23d0b9c50ff457be2cb300afe634f1d6fa59.tar.bz2
hittekaart-888c23d0b9c50ff457be2cb300afe634f1d6fa59.zip
Merge branch 'py'
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/lib.rs b/src/lib.rs
deleted file mode 100644
index d6a6a46..0000000
--- a/src/lib.rs
+++ /dev/null
@@ -1,11 +0,0 @@
-//! `hittekaart` is a program to generate heatmaps from GPX tracks.
-//!
-//! Note that this crate is not meant to be used as a library. Instead, use the command line
-//! program that is included in this crate.
-//!
-//! This library therefore contains an API that is tailored to the use case of the `hittekaart`
-//! binary.
-pub mod gpx;
-pub mod layer;
-pub mod renderer;
-pub mod storage;