Thomas Schaller
|
f20770a09f
|
Correct error message
Spotted the mistake while skimming over the code.
|
2017-09-10 17:25:32 +02: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
|
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
|
d55bbf150f
|
Remove naming redundancy with IoError
|
2017-07-18 21:54:23 -07:00 |
Ty Overby
|
8be2e87415
|
factor out some common functionality
|
2017-04-20 22:20:56 -07:00 |
Ty Overby
|
cb7e9f87eb
|
fix buffer length bug
|
2017-04-20 22:11:28 -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 |