From 99150875308e0cac89f4de2996cfd1954305dcfe Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Thu, 26 Jun 2025 22:10:31 +0200 Subject: split crate into core and cli --- src/lib.rs | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/lib.rs (limited to 'src/lib.rs') 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; -- cgit v1.2.3