aboutsummaryrefslogtreecommitdiff
path: root/src/bytes_buf.rs
Commit message (Expand)AuthorAgeFilesLines
* Use BytesMut instead of Vec<u8> in bytes_buf (extend is probably faster)Alex Auvolat2022-09-131-8/+10
* reword doc commentAlex Auvolat2022-09-121-1/+1
* Add OrderTag to Req and Resp, refactor errorsAlex Auvolat2022-09-011-2/+8
* Refactor: create a BytesBuf utility crate (will also be usefull in Garage)Alex Auvolat2022-09-011-0/+167