Jon Gjengset
1d4d6288c1
rustfmt
2018-04-03 13:01:35 -04:00
Jon Gjengset
542ee159a4
Remove questionable Ord derives
2017-10-30 20:57:26 -04:00
Sander Maijers
dc7ad26ac1
Make types eagerly implement common traits
...
See https://rust-lang-nursery.github.io/api-guidelines/interoperability.html#types-eagerly-implement-common-traits-c-common-traits
2017-10-30 20:57:06 -04:00
Jon Gjengset
e65bbe1006
rustfmt. fixes #29
2017-09-30 17:58:30 -04:00
Jon Gjengset
8383b47f35
Use BufStream for better I/O handling ( #39 )
...
* Use bufstream for better read/write
* Read with length 0 == EOF
* Adapt read_delay test to write one chat at a time
* Add test for eof reads
* Neater interface for MockStream
2017-09-27 17:38:51 -04:00
Matt McCoy
86e1d46507
rustfmt the codebase ( #36 )
...
This will ensure that we are properly formatting this library code according to rust standards
2017-07-10 21:38:13 -04:00
Matt McCoy
fe398fb531
This fixes #23 don't put 0 size read result into buffer. This will prevent it from filling up memory when reading responses
2017-06-20 19:14:00 -04:00
drevilt
dc3b4f92e6
update to openssl 0.8 and unspecify micro versions ( #22 )
2017-03-02 17:08:54 -05:00
Matt McCoy
bebcfab52c
Adding test for readline failing on err
2016-06-21 22:02:24 -04:00
Matt McCoy
59bee5bd42
Adding mock stream to its own file
2016-06-21 14:51:08 -04:00