summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
Commit message (Collapse)AuthorAgeFilesLines
* no need to separate commands and replies as typesJesse Luehrs2014-09-041-91/+74
| | | | it just clutters things
* more useful Show implementationsJesse Luehrs2014-09-031-2/+61
|
* it's simpler if these are just constantsJesse Luehrs2014-09-031-175/+168
| | | | it's not like we'll ever care about exhaustive matching here
* we don't care if the constants are unused for nowJesse Luehrs2014-09-031-0/+2
|
* start working on message parsingJesse Luehrs2014-09-031-0/+310