mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Add ByteString::slice(), ByteString::slice_off(), ByteString::slice_to()
This commit is contained in:
parent
04a9c7fff1
commit
f85e65b3b9
2 changed files with 93 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
* Add `Bytes::trimdown()` method
|
||||
|
||||
* Add `ByteString::slice()`, `ByteString::slice_off()`, `ByteString::slice_to()`
|
||||
|
||||
* Remove unused code
|
||||
|
||||
* Project fork
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue