bincode/tests
Trangar 4149c0f29f Switched Decode and BorrowDecode to take &mut D (#470)
* Switched Decode and BorrowDecode to take &mut D, fixes #467

* I didn't forget to run cargo fmt, you did
2022-01-11 20:23:31 +01:00
..
issues Switched Decode and BorrowDecode to take &mut D (#470) 2022-01-11 20:23:31 +01:00
alloc.rs Switched Decode and BorrowDecode to take &mut D (#470) 2022-01-11 20:23:31 +01:00
atomic.rs Added support for atomic integers 2021-10-16 14:49:18 +02:00
basic_types.rs Fix overflow error when deserializing invalid Duration (#465) 2022-01-08 22:54:04 +01:00
derive.rs Fixed derive impl on an empty enum (#462) 2022-01-08 12:39:03 +01:00
issues.rs Switched Decode and BorrowDecode to take &mut D (#470) 2022-01-11 20:23:31 +01:00
serde.rs [Breaking change] Made all `decode_from_slice` also return the number of bytes read (#445) 2021-12-11 15:51:50 +01:00
std.rs Switched Decode and BorrowDecode to take &mut D (#470) 2022-01-11 20:23:31 +01:00
utils.rs [Breaking change] Made all `decode_from_slice` also return the number of bytes read (#445) 2021-12-11 15:51:50 +01:00