1
2
3
4
5
6
7
//! This module contains implementations of `Dummy` trait

#[cfg(feature = "chrono")]
pub mod chrono;
#[cfg(feature = "http")]
pub mod http;
pub mod std;