bincode/derive/src
Trangar d0fd1a98cd Fixed an error in bincode derive where it would implement the wrong trait if a generic parameter is present (#487)
* Fixed an error in bincode derive where it would implement the wrong trait if a generic parameter is present

* Reorganized the derive tests, added a roundtrip test for an enum with generics

* I didn't forget cargo fmt I swear

* Simplified some paths
2022-01-23 10:10:36 +01:00
..
derive_enum.rs Fixed an error in bincode derive where it would implement the wrong trait if a generic parameter is present (#487) 2022-01-23 10:10:36 +01:00
derive_struct.rs Update documentation (#480) 2022-01-18 15:17:58 +01:00
lib.rs Extract virtue (#443) 2021-12-11 15:58:49 +01:00