Add BytesVec type

This commit is contained in:
Nikolay Kim 2022-01-29 23:53:13 +06:00
parent 2d13488c17
commit a2a5899bbe
7 changed files with 1524 additions and 107 deletions

View file

@ -1,5 +1,9 @@
# Changes
## [0.1.11] (2022-01-30)
* Add BytesVec type
## [0.1.10] (2022-01-26)
* Rename Pool::is_pending() to is_ready()