1
2
3
4
5
6
7
8
9
10
11
12
13
//
// SPDX-License-Identifier: Apache-2.0 OR MIT
//
// Copyright (C) 2023 Shun Sakai
//

//! Differential formats for [Serde][serde-official-url].
//!
//! [serde-official-url]: https://serde.rs/

pub mod iso_8601;
pub mod rfc_2822;
pub mod rfc_3339;