//! Log-retention policy and scheduling.
//!
//! [`RetentionPolicy`]/[`RetentionConfig`] define how long log rows are kept;
//! [`RetentionScheduler`] runs the periodic cleanup that enforces them.
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
pub use ;
pub use RetentionScheduler;