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 43ada68 commit ec0e31aCopy full SHA for ec0e31a
mithril-common/src/store/adapter/mod.rs
@@ -1,7 +1,6 @@
1
//! Define a generic way to store data with the [Store Adapter][store_adapter::StoreAdapter], with
2
-//! two main implementations ([in memory][MemoryAdapter] or [filesystem as json][JsonFileStoreAdapter])
3
-//! and two more for testing ([a stub with one record][DumbStoreAdapter] and one which
4
-//! [always fails][FailStoreAdapter]).
+//! an adapter ([in memory][MemoryAdapter] and two more for testing ([a stub with one
+//! record][DumbStoreAdapter] and one which [always fails][FailStoreAdapter]).
5
6
mod memory_adapter;
7
mod sqlite_adapter;
0 commit comments