summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-09-16 16:00:27 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-09-16 16:00:32 +0200
commit6b9d1d0d37159720f23e4916e29f6f17841ff231 (patch)
tree09e99ac5bbd7c0cf69ef4349b71543167f9d482e /src/lib.rs
parent93418a6a5b70d5c0dcf1b509fa54d675558196da (diff)
Add types to check whether TT::Moment is weekday / in month
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 624ce64..60bcfc1 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -6,5 +6,6 @@ pub mod error;
pub mod iter;
pub mod result;
pub mod timetype;
+pub mod indicator;
mod util;