bincode/derive/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
..
generate split off BorrowDecode from Decode in bincode_derive (#432) 2021-11-07 10:57:35 +01:00
parse Allow serde types to be Decode/Encoded (#434) 2021-11-09 10:08:47 +01:00
derive_enum.rs Allow serde types to be Decode/Encoded (#434) 2021-11-09 10:08:47 +01:00
derive_struct.rs Allow serde types to be Decode/Encoded (#434) 2021-11-09 10:08:47 +01:00
error.rs Allow serde types to be Decode/Encoded (#434) 2021-11-09 10:08:47 +01:00
lib.rs Allow serde types to be Decode/Encoded (#434) 2021-11-09 10:08:47 +01:00