-
-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
5b19220
commit dcda3a8
Showing
26 changed files
with
936 additions
and
313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.