Add TryFrom<&Bytes> and TryFrom<&BytesMut> for ByteString

This commit is contained in:
Nikolay Kim 2022-12-09 10:53:50 +01:00
parent 71ec7f8b60
commit 6534dc4d1f
4 changed files with 35 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# Changes
## [0.1.17] (2022-12-09)
* Add TryFrom<&Bytes> and TryFrom<&BytesMut> for ByteString
## [0.1.16] (2022-07-07)
* Add ByteString::clear() method