road-runner-common 0.17.0

Shared Rust utilities for exchange ecosystem backend services.
Documentation
1
2
3
4
5
6
#![cfg(feature = "notification")]

#[path = "notification/event.rs"]
mod event;
#[path = "notification/notifier.rs"]
mod notifier;