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