Parse simple dates and times

This commit is contained in:
Joscha 2021-11-06 17:36:40 +01:00
parent 106111e7c6
commit 107966389c
4 changed files with 183 additions and 0 deletions

View file

@ -5,3 +5,4 @@ edition = "2018"
[dependencies]
chrono = "0.4.19"
nom = "7.1.0"