bincode-orig/tests
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
..
issues split off BorrowDecode from Decode in bincode_derive (#432) 2021-11-07 10:57:35 +01:00
alloc.rs split off BorrowDecode from Decode in bincode_derive (#432) 2021-11-07 10:57:35 +01:00
atomic.rs Added support for atomic integers 2021-10-16 14:49:18 +02:00
basic_types.rs Made all encode and decode functions always require a Config, removed _with_config functions 2021-10-21 14:19:40 +02:00
derive.rs split off BorrowDecode from Decode in bincode_derive (#432) 2021-11-07 10:57:35 +01:00
issues.rs split off BorrowDecode from Decode in bincode_derive (#432) 2021-11-07 10:57:35 +01:00
serde.rs Allow serde types to be Decode/Encoded (#434) 2021-11-09 10:08:47 +01:00
std.rs split off BorrowDecode from Decode in bincode_derive (#432) 2021-11-07 10:57:35 +01:00
utils.rs split off BorrowDecode from Decode in bincode_derive (#432) 2021-11-07 10:57:35 +01:00