bincode/src
Jeff Muizelaar d033583700 Forward read_exact() as well as read(). (#207)
If we don't do this we end up using the generic read_exact method
which is not necessarily optimal. This is especially when
using a specialized Read implementation to go fast.
See https://github.com/TyOverby/bincode/issues/206
2017-10-10 10:20:34 -07:00
..
de Forward read_exact() as well as read(). (#207) 2017-10-10 10:20:34 -07:00
ser WIP Implement nocopy support for bincode (#150) 2017-04-20 18:27:22 -07:00
internal.rs take reader and writer by value (#200) 2017-07-23 21:58:29 -07:00
lib.rs Internal type names (#199) 2017-07-23 21:57:53 -07:00