mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-07-02 14:09:28 +00:00
4 lines
57 B
Rust
4 lines
57 B
Rust
|
|
mod in_memory_store;
|
||
|
|
|
||
|
|
pub use in_memory_store::MemStore;
|