summaryrefslogtreecommitdiff
path: root/schist_core/schist_traits/src/lib.rs
blob: 9df2cdfc28b6864f8d2168cbb7c6f0e77ca32575 (plain)
1
2
3
4
5
6
7
mod dateable;
mod nowlike;
mod timeable;

pub use dateable::Dateable;
pub use nowlike::Nowlike;
pub use timeable::Timeable;