summaryrefslogtreecommitdiff
path: root/src/types.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
7 daysdo not require ds100 codes in API responsesHEADmainstuebinm1-5/+5
these are not present when other hafas backends than the DB one were used for the trip's checkin.
2022-02-26from / to commands for travelynxstuebinm1-7/+7
2022-02-26fix the Trip type (and make it Display)stuebinm1-21/+24
it's not as nice as i'd like, but whatever
2022-02-09existential types in rust are weirdstuebinm1-45/+19
… lots and lots of traits …
2022-02-02we'll be there in -1000 minutes isn't helpfulstuebinm1-2/+2
2022-02-01pretty print pretty printing codestuebinm1-128/+132
2022-02-01are we there yet?stuebinm1-1/+1
(also why do people get up from their seats a solid nine minutes before the train is even scheduled to arrive at all?)
2022-02-01handle (esp. iceportal) timestamps correctlystuebinm1-45/+41
why use unix time if you can use unix time * 1000 while your margin of error will never be lower than a full minute?
2022-02-01display iceportal itinery & stopsstuebinm1-22/+8
I'm pretty sure something in parsing the times is broken, since this train is currently /also/ broken I have absolutely no idea what the correct ones would be and don't have the energy to dig further into this.
2022-02-01better output if there are no intermediate stopsstuebinm1-10/+8