mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-02-10 17:03:12 +00:00
* feat: managed persist storage with sqlite * chore: sync skipped keys * chore: refactor * chore: refactor * chore: clean code * chore: export skipped keys from state. * chore: renaming data to record * chore: remove types from stroage mod file
6 lines
123 B
Rust
6 lines
123 B
Rust
mod session;
|
|
mod sqlite;
|
|
|
|
pub use session::{RatchetSession, SessionError};
|
|
pub use sqlite::{SqliteStorage, StorageConfig};
|