enable serde, add ByteString::as_slice() method

This commit is contained in:
Nikolay Kim 2021-06-27 09:09:00 +06:00
parent d01438325b
commit fa6cd65cfc
5 changed files with 18 additions and 7 deletions

View file

@ -1,4 +1,12 @@
# 0.1.0 (2021-06-27)
# Changes
## 0.1.1 (2021-06-27)
* Add `ByteString::as_slice()` method
* Enable serde
## 0.1.0 (2021-06-27)
* Add `Bytes::trimdown()` method