summaryrefslogtreecommitdiff
path: root/src/types.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* from / to commands for travelynxstuebinm2022-02-261-7/+7
|
* fix the Trip type (and make it Display)stuebinm2022-02-261-21/+24
| | | | it's not as nice as i'd like, but whatever
* existential types in rust are weirdstuebinm2022-02-091-45/+19
| | | | … lots and lots of traits …
* we'll be there in -1000 minutes isn't helpfulstuebinm2022-02-021-2/+2
|
* pretty print pretty printing codestuebinm2022-02-011-128/+132
|
* are we there yet?stuebinm2022-02-011-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?)
* handle (esp. iceportal) timestamps correctlystuebinm2022-02-011-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?
* display iceportal itinery & stopsstuebinm2022-02-011-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.
* better output if there are no intermediate stopsstuebinm2022-02-011-10/+8
|
* hacky proof of conceptstuebinm2022-01-251-0/+208