bincode-orig/src
Olaf Buddenhagen 5784fe28ad Fix unintentional breaking API change in `Serializer`/`Deserializer` (#128)
While introducing selectable endianness in
https://github.com/TyOverby/bincode/pull/103 , the new type parameter
has been hidden from the public `serialize()`, `deserialize()` etc.
functions, and only made available through an alternate API entry point.
The same kind of encapsulation also needs to be performed for the public
`Serializer` and `Deserializer` types.
2017-03-01 17:14:11 -08:00
..
serde Make Reader and Writer generic on Endianness (#103) 2017-02-24 18:58:46 -08:00
lib.rs Fix unintentional breaking API change in `Serializer`/`Deserializer` (#128) 2017-03-01 17:14:11 -08:00
refbox.rs Remove rustc serialize support (#95) 2017-01-31 15:50:55 -08:00