bincode/tests
Trangar 86e03aeda7 Rewrite: seperated Decode and BorrowDecode (#526)
* Rewrite: seperated Decode and BorrowDecode

* Fixed cargo.toml issues

* Fixed clippy warning

* Removed the `impl_tuples` macro call with manually exported code

* Replaced the generated code in `impl_tuples` with the macro instead

* Implemented BorrowDecode for Box<[T]>

* Added a test to see if zoxide can be ported to bincode 2

* Added a test for Arc<str>

* Made several `Encode` implementations require `T: ?Sized`

* Implemented Decode for Arc<str>

* Added BlockedTODO links to commented out code

* Fixed clippy and lint issues

* Updated virtue dependency in fuzz lockfile
2022-06-04 15:23:55 +02:00
..
issues Rewrite: seperated Decode and BorrowDecode (#526) 2022-06-04 15:23:55 +02:00
alloc.rs Rewrite: seperated Decode and BorrowDecode (#526) 2022-06-04 15:23:55 +02:00
atomic.rs Rewrite: seperated Decode and BorrowDecode (#526) 2022-06-04 15:23:55 +02:00
basic_types.rs Rewrite: seperated Decode and BorrowDecode (#526) 2022-06-04 15:23:55 +02:00
derive.rs Rewrite: seperated Decode and BorrowDecode (#526) 2022-06-04 15:23:55 +02:00
derive_rename.rs Updated to virtue 0.0.6, added #[bincode(crate = other)] attribute (#494) 2022-01-31 19:46:57 +01:00
issues.rs Fix tuple struct encoding in serde (#549) 2022-06-04 14:56:20 +02:00
serde.rs Rewrite: seperated Decode and BorrowDecode (#526) 2022-06-04 15:23:55 +02:00
std.rs Rewrite: seperated Decode and BorrowDecode (#526) 2022-06-04 15:23:55 +02:00
utils.rs Rewrite: seperated Decode and BorrowDecode (#526) 2022-06-04 15:23:55 +02:00