aboutsummaryrefslogtreecommitdiff
path: root/src/send.rs
Commit message (Collapse)AuthorAgeFilesLines
* Stream errors are now std::io::ErrorAlex Auvolat2022-09-011-29/+32
|
* Fix things going wrong when sending chan is closedAlex Auvolat2022-07-261-11/+25
|
* Add some debuggingAlex Auvolat2022-07-251-11/+35
|
* Remove broken testAlex Auvolat2022-07-251-95/+0
|
* Cargo fmt; better adapt with_capacity_valuesAlex Auvolat2022-07-221-16/+2
|
* Simplify send.rsAlex Auvolat2022-07-221-155/+50
|
* Clean up framing protocolAlex Auvolat2022-07-221-1/+1
|
* Rename AutoSerialize into SimpleMessage and refactor a bitAlex Auvolat2022-07-211-1/+1
|
* Use Bytes instead of Vec<u8>Alex Auvolat2022-07-211-2/+3
|
* Refactor send.rsAlex Auvolat2022-07-211-56/+60
|
* Move things aroundAlex Auvolat2022-07-211-0/+410