summaryrefslogtreecommitdiff
path: root/src/onboard/zugportal.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* do not require ds100 codes in API responsesstuebinm2024-09-091-2/+2
| | | | | these are not present when other hafas backends than the DB one were used for the trip's checkin.
* fix the Trip type (and make it Display)stuebinm2022-02-261-4/+4
| | | | it's not as nice as i'd like, but whatever
* existential types in rust are weirdstuebinm2022-02-091-0/+109
… lots and lots of traits …