Commit Graph

10 Commits

Author SHA1 Message Date
Jef
5217e29fab Add rustfmt to travis (#137)
* RFC styling-based `rustfmt.toml`

* Add rustfmt to travis

* Remove rustfmt.toml and actually fix too-long lines instead of ignoring them
2018-03-07 16:20:55 +01:00
Jef
cace5bf577 Fix varint::encode allocating for small inputs (#103)
* Fix `encode` allocating for small inputs

* Fix protocol listener expecting `Vec`
2018-01-24 11:14:17 +01:00
Pierre Krieger
71dae91d15 Properly handle EOF in varint-rs (#106) 2018-01-23 19:23:37 +01:00
Pierre Krieger
d6028cd5de Fix bad panic message 2018-01-15 13:26:59 +01:00
Pierre Krieger
ab209edfb3 Add a VarintCodec type 2018-01-15 13:26:58 +01:00
Vurich
c4cbfe4452 Fix varint panicking on large numbers 2018-01-08 15:04:27 +01:00
Vurich
3bc4581eb5 Fix now that EncoderState is generic 2017-12-12 12:50:33 +01:00
Vurich
eda6ea846f Fix licensing 2017-12-11 18:19:25 +01:00
Vurich
a4014bb08e Add multiplex 2017-12-11 16:34:04 +01:00
Vurich
8148b298b2 Add varint-rs 2017-12-11 16:33:40 +01:00