bincode-orig/tests/issues
Maciej Hirsz bd07adea66 Shrink `DecodeError` from 48 to 32 bytes on 64-bit arch (#553)
* Shrink `DecodeError` to 32 bytes on 64-bit arch

* Nul with a single l

* fmt

* Consider feature combinations for error sizes

* Remove superfluous `any`

* fmt

* Box SystemTime in EncodeError
2022-06-15 20:50:09 +02:00
..
issue_427.rs Fixes for 427 (#428) 2021-11-07 10:31:15 +01:00
issue_431.rs Rewrite: seperated Decode and BorrowDecode (#526) 2022-06-04 15:23:55 +02:00
issue_459.rs Moved Configuration::standard() and ::legacy() to the config module (#481) 2022-01-19 16:46:25 +01:00
issue_467.rs Moved Configuration::standard() and ::legacy() to the config module (#481) 2022-01-19 16:46:25 +01:00
issue_474.rs Rewrite: seperated Decode and BorrowDecode (#526) 2022-06-04 15:23:55 +02:00
issue_498.rs Shrink `DecodeError` from 48 to 32 bytes on 64-bit arch (#553) 2022-06-15 20:50:09 +02:00
issue_500.rs Switched to weak dependencies (#538) 2022-05-21 14:19:13 +02:00
issue_523.rs Made the Cow Encode constraints more permissive (#524) 2022-03-17 11:31:22 +01:00
issue_547.rs Fix tuple struct encoding in serde (#549) 2022-06-04 14:56:20 +02:00