aboutsummaryrefslogtreecommitdiff
path: root/src/stream.rs
Commit message (Expand)AuthorAgeFilesLines
* Add OrderTag to Req and Resp, refactor errorsAlex Auvolat2022-09-011-1/+0
* Also encode errorkind in streamAlex Auvolat2022-09-011-36/+0
* Stream errors are now std::io::ErrorAlex Auvolat2022-09-011-7/+10
* Refactor: create a BytesBuf utility crate (will also be usefull in Garage)Alex Auvolat2022-09-011-43/+9
* Add some debuggingAlex Auvolat2022-07-251-3/+5
* Cargo fmtAlex Auvolat2022-07-251-3/+2
* Conversion between ByteStream and AsyncReadAlex Auvolat2022-07-221-1/+50
* Cargo fmt; better adapt with_capacity_valuesAlex Auvolat2022-07-221-7/+1
* Simplify send.rsAlex Auvolat2022-07-221-11/+18
* Clean up framing protocolAlex Auvolat2022-07-221-0/+176