summaryrefslogtreecommitdiffstats
path: root/src/parser/iterator.rs
AgeCommit message (Expand)Author
2024-02-09Bump edition to 2021 and introduce rustfmtPro
2024-02-09Update nom and iso8601 dependenciesPro
2024-02-09CleanupPro
2020-03-05Remove unused importMatthias Beyer
2020-03-05Replace try!() with ? operatorMatthias Beyer
2020-03-05Replace failure with thiserrorMatthias Beyer
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
2017-11-19Remove warningsMatthias Beyer
2017-11-19Split parser into modulesMatthias Beyer