summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Collapse)Author
2024-02-09Bump edition to 2021 and introduce rustfmtPro
2024-02-09Update nom and iso8601 dependenciesPro
2020-03-05Replace failure with thiserrorMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-11-07Move code to failure as error handling libraryMatthias Beyer
2017-11-24Add out of bounds check and error propagation for NaiveDate::from_ymd() callsMatthias Beyer
* Added recursion limit for error_chain * Added new error for out-of-bounds error * Added IntoTimeType helper trait
2017-10-28Initial bootstrapping of nom-based parserMatthias Beyer
2017-10-22Initial import for parserMatthias Beyer
2017-09-29Remove result moduleMatthias Beyer
2017-09-27Add test debug outputMatthias Beyer
2017-09-26Implement filter interface for matchersMatthias Beyer
2017-09-26Add Matcher trait for indicatorsMatthias Beyer
2017-09-16Add types to check whether TT::Moment is weekday / in monthMatthias Beyer
2017-09-16Add end-of-month type/calcMatthias Beyer
Adds util module
2017-09-07Add iterator typesMatthias Beyer
2017-09-02Add error setupMatthias Beyer
2017-09-02Add test for adding multiple timesMatthias Beyer
2017-09-02Add base typeMatthias Beyer
2017-09-02Initial importMatthias Beyer
Thanks goes to Asuivelentine for the name suggestion.