mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Add TryFrom<&Bytes> and TryFrom<&BytesMut> for ByteString
This commit is contained in:
parent
71ec7f8b60
commit
6534dc4d1f
4 changed files with 35 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue