Lena Hellström
|
4777efdfaa
|
take reader and writer by value (#200)
|
2017-07-23 21:58:29 -07:00 |
Lena Hellström
|
34aba9acbe
|
Internal type names (#199)
* Remove internal type names from api
* Rename IoReadReader to IoReader
|
2017-07-23 21:57:53 -07:00 |
David Tolnay
|
2f1ab0a0e5
|
Revert whitespace changes from #194
|
2017-07-22 13:35:13 -07:00 |
David Tolnay
|
d44adb148e
|
Correctly report the cause of IO error
This was fixed in #195 but unintentionally reverted in #194.
|
2017-07-22 13:34:29 -07:00 |
David Tolnay
|
815c44287a
|
Merge pull request #194 from dgriffen/io-variant-names
|
2017-07-22 13:32:46 -07:00 |
Lena Hellström
|
18bcfc420e
|
Seal SizeLimit and BincodeRead
|
2017-07-22 14:37:08 -05:00 |
Lena Hellström
|
b6dbb08f92
|
Correctlly report the cause of IoError (#195)
|
2017-07-20 10:12:36 -07:00 |
Lena Hellström
|
d55bbf150f
|
Remove naming redundancy with IoError
|
2017-07-18 21:54:23 -07:00 |
Ty Overby
|
6692674f43
|
WIP Implement nocopy support for bincode (#150)
* basic infrastructure
* use BincodeRead internally
* fix zero copy behavior
* rearrange module layout; remove pub(crate)
* add size-limit safety checks when deserializing str or bytes
* fix-up tests
|
2017-04-20 18:27:22 -07:00 |