-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PartialEq and PartialOrd instances for byte arrays
[u8; N]
Add instances for `[u8; N]` and `&[u8; N]`, for convenience. Verified to work with current MSRV of 1.65. Add test for these impls.
- Loading branch information
1 parent
3dc5939
commit 8b81735
Showing
1 changed file
with
68 additions
and
0 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