From 160aba6258e1979ef85d66b2c27c33f6f28a7e38 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 17 Jan 2023 23:06:54 +0100 Subject: factor out saving logic Since we want to support SQLite at some point, it makes sense to have the exact storage method abstracted away. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 06f8f31..670678f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,3 +2,4 @@ pub mod gpx; pub mod layer; pub mod renderer; +pub mod storage; -- cgit v1.2.3