Use const generics for helper traits (From, PartialEq, PartialOrd) (#284)

This commit is contained in:
Nikolay Kim 2024-01-16 19:18:17 +06:00 committed by GitHub
parent f40608633e
commit d99178519e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 216 additions and 45 deletions

View file

@ -1,5 +1,9 @@
# Changes
## [0.1.22] (2024-01-16)
* Use const generics for helper traits (From, PartialEq, PartialOrd)
## [0.1.21] (2023-11-1)
* Data race in BytesMut #243