diff options
Diffstat (limited to 'schist_core/schist_traits/src')
| -rw-r--r-- | schist_core/schist_traits/src/lib.rs | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/schist_core/schist_traits/src/lib.rs b/schist_core/schist_traits/src/lib.rs index ab5caca..9df2cdf 100644 --- a/schist_core/schist_traits/src/lib.rs +++ b/schist_core/schist_traits/src/lib.rs @@ -1,3 +1,7 @@ -pub mod dateable; -pub mod nowlike; -pub mod timeable; +mod dateable; +mod nowlike; +mod timeable; + +pub use dateable::Dateable; +pub use nowlike::Nowlike; +pub use timeable::Timeable; |
