diff options
| -rw-r--r-- | hittekaart/src/storage.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hittekaart/src/storage.rs b/hittekaart/src/storage.rs index 8bc8f6e..d52a900 100644 --- a/hittekaart/src/storage.rs +++ b/hittekaart/src/storage.rs @@ -2,8 +2,8 @@ //! //! The main trait to use here is [`Storage`], which provides the necessary interface to store //! tiles. Usually you want to have a `dyn Storage`, and then instantiate it with a concrete -//! implementation (either [`Folder`] or [`Sqlite`]), depending on the command line flags or -//! similar. +//! implementation (either [`Folder`], [`OsmAnd`] or [`MbTiles`]), depending on the command line +//! flags or similar. use rusqlite::{params, Connection}; use std::{ fs, |
