summaryrefslogtreecommitdiff
path: root/src/proto.rs
AgeCommit message (Collapse)Author
2017-09-24Fix more style thingsCorey Richardson
All reported by clippy. Mostly stuff like unnecessary lifetimes or references.
2017-09-24Fix compiler warningsCorey Richardson
Some minor stuff, mostly. The features have been stable since 1.20
2017-09-21Tokenizer for DSLGraham Northup
2017-09-20more of the same for the night :)Graham Northup
2017-09-19Starting work on proto decodeGraham Northup