bincode/src
Trangar ad7ddebff3 Allow serde types to be Decode/Encoded (#434)
* Added support for #[bincode(serde)] attribute on fields, added SerdeToBincode helper struct

* Switch to using Compat/BorrowCompat

* Moved all the serde features and functions to its own module

* Fix broken link

* Added support for the bincode(with_serde) attribute in enum variants

* Updated the main documentation on serde, fixed an example not compiling under certain feature flag combinations

* Added #[serde(flatten)] to the list of problematic attributes

* Added better error reporting on invalid attributes
2021-11-09 10:08:47 +01:00
..
de functions to enable encoding/decoding serde types (#422) 2021-11-08 12:38:29 +01:00
enc functions to enable encoding/decoding serde types (#422) 2021-11-08 12:38:29 +01:00
features Allow serde types to be Decode/Encoded (#434) 2021-11-09 10:08:47 +01:00
varint Reintroduce varint optimizations 2021-10-24 16:44:36 +02:00
config.rs Made the zigzag encoding examples compile and run (#421) 2021-10-25 11:24:50 +02:00
error.rs functions to enable encoding/decoding serde types (#422) 2021-11-08 12:38:29 +01:00
lib.rs Allow serde types to be Decode/Encoded (#434) 2021-11-09 10:08:47 +01:00
utils.rs Joined the 2 Sealed traits into a single one 2021-10-21 14:27:03 +02:00