solti-observe 0.0.2

Solti SDK structured logging, timezone sync, and task-lifecycle subscriber.
Documentation
1
2
3
4
5
6
7
8
//! # Optional periodic tasks.
//!
//! - [`timezone_sync`] (feature `timezone-sync`) re-detects local UTC offset.

#[cfg(feature = "timezone-sync")]
mod timezone_sync;
#[cfg(feature = "timezone-sync")]
pub use timezone_sync::timezone_sync;