Add ByteString::slice(), ByteString::slice_off(), ByteString::slice_to()

This commit is contained in:
Nikolay Kim 2021-06-26 08:58:28 +06:00
parent 04a9c7fff1
commit f85e65b3b9
2 changed files with 93 additions and 1 deletions

View file

@ -2,6 +2,8 @@
* Add `Bytes::trimdown()` method
* Add `ByteString::slice()`, `ByteString::slice_off()`, `ByteString::slice_to()`
* Remove unused code
* Project fork