We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77687e6 commit 43ada68Copy full SHA for 43ada68
mithril-common/src/store/adapter/jsonfile_store_adapter.rs
mithril-common/src/store/adapter/mod.rs
@@ -3,12 +3,10 @@
3
//! and two more for testing ([a stub with one record][DumbStoreAdapter] and one which
4
//! [always fails][FailStoreAdapter]).
5
6
-mod jsonfile_store_adapter;
7
mod memory_adapter;
8
mod sqlite_adapter;
9
mod store_adapter;
10
11
-pub use jsonfile_store_adapter::JsonFileStoreAdapter;
12
pub use memory_adapter::MemoryAdapter;
13
pub use sqlite_adapter::{SQLiteAdapter, SQLiteResultIterator};
14
pub use store_adapter::*;
0 commit comments