summaryrefslogtreecommitdiff
path: root/src/traits.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* handle unknown times at stationsstuebinm2022-11-281-3/+11
| | | | | | (travelynx sends these as the literal epoch value, which led to really confusing results, printing exactly the time zone offset as arrival time)
* existential types in rust are weirdstuebinm2022-02-091-0/+34
… lots and lots of traits …