]> git.lizzy.rs Git - connect-rs.git/history - src/protocol.rs
refactor to have datagram already serialized in memory
[connect-rs.git] / src / protocol.rs
2022-08-09 Sachandhan Ganeshrefactor to have datagram already serialized in memory main
2021-02-14 Sachandhan Ganeshdon't let users construct datagrams with a message...
2021-02-14 Sachandhan Ganeshrefactor read/write for correctness and ordering of...
2021-02-13 Sachandhan Ganeshserializing a datagram should consume itself
2021-02-13 Sachandhan Ganeshadd doc comments for the datagram
2021-02-12 Sachandhan Ganeshremove dependency on protobuf and introduce basic custo...