obeli-sk-db-common 0.37.6

Common types and utilities shared between database implementations
Documentation
1
2
3
4
5
6
7
8
9
//! Common types and utilities shared between database implementations.

mod combined_state;
mod notifiers;
mod subscribers;

pub use combined_state::{CombinedState, CombinedStateDTO};
pub use notifiers::{AppendNotifier, NotifierExecutionFinished, NotifierPendingAt};
pub use subscribers::PendingFfqnSubscribersHolder;