aboutsummaryrefslogtreecommitdiff
path: root/src/message.rs
Commit message (Expand)AuthorAgeFilesLines
* update rmp-serde to v1.1v0.7.0next-0.7Alex Auvolat2023-06-131-2/+2
* fix clippyAlex Auvolat2023-01-311-5/+5
* No longer need to derive Clone on message typesAlex Auvolat2022-09-131-1/+1
* Add comment on cancellationAlex Auvolat2022-09-131-0/+5
* Use BytesMut instead of Vec<u8> in bytes_buf (extend is probably faster)Alex Auvolat2022-09-131-1/+0
* Add documentationAlex Auvolat2022-09-121-3/+49
* Correctly defuse cancellation on simple requestsAlex Auvolat2022-09-011-0/+2
* Add actual support for order tagAlex Auvolat2022-09-011-1/+1
* Add OrderTag to Req and Resp, refactor errorsAlex Auvolat2022-09-011-65/+102
* Remove useless phantom and pub(crate)Alex Auvolat2022-08-311-7/+2
* Add Req::newAlex Auvolat2022-07-221-0/+4
* Impose static lifetime on message and responseAlex Auvolat2022-07-221-2/+2
* Remove copy of serialized thing in encodeAlex Auvolat2022-07-221-7/+4
* Cargo fmt; better adapt with_capacity_valuesAlex Auvolat2022-07-221-6/+15
* Terminology: don't use the word "body" anymore, talk of "attached stream"Alex Auvolat2022-07-221-43/+40
* Add Resp::into_partsAlex Auvolat2022-07-221-4/+8
* Small optimizationAlex Auvolat2022-07-221-0/+4
* Clean up framing protocolAlex Auvolat2022-07-221-149/+208
* Hide streaming versions as much as possibleAlex Auvolat2022-07-221-1/+1
* Propose alternative APIAlex Auvolat2022-07-211-63/+142
* One possibility, but I don't like itAlex Auvolat2022-07-211-37/+17
* Rename AutoSerialize into SimpleMessage and refactor a bitAlex Auvolat2022-07-211-34/+84
* Use Bytes instead of Vec<u8>Alex Auvolat2022-07-211-4/+4
* Move things aroundAlex Auvolat2022-07-211-0/+255
* WIP v0.3.0 with changed APIAlex Auvolat2021-10-121-36/+0
* Add ability to specify our public addr for people to contact us backAlex Auvolat2020-12-111-0/+3
* DocumentateAlex Auvolat2020-12-021-0/+15
* First commitAlex Auvolat2020-12-021-0/+18