//! `serde` (de)serialization for [`std::time::Duration`] as integer milliseconds, matching the
//! `*_MS` environment variables `PostgresOutboxSettings::from_env` reads. Only compiled
//! behind the `serde` feature. Mirrors `reliar-outbox`'s private module of the same name so both
//! crates' settings serialize durations identically.
use Duration;
use ;
pub
pub