summaryrefslogtreecommitdiff
path: root/src/onboard/mod.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-26fix the Trip type (and make it Display)stuebinm1-3/+2
it's not as nice as i'd like, but whatever
2022-02-09existential types in rust are weirdstuebinm1-0/+76
… lots and lots of traits …