summaryrefslogtreecommitdiff
path: root/src/traits.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-28handle unknown times at stationsstuebinm1-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)
2022-02-09existential types in rust are weirdstuebinm1-0/+34
… lots and lots of traits …