I just released a new crate that allows testing and examples without TCP, it should be more convenient than Cursor. I mention it here as I imagine this could interest you all:
https://github.com/najamelan/futures_ringbuf
I also have a serde/cbor codec ready. I will try to publish that soon, but kind of hoping to see a new release of futures_codec with the bug fix. I will let you know here when I publish cbor codec. It will allow sending arbitrary rust structs as long as they can be serialized with serde.
@cbs228
I just released a new crate that allows testing and examples without TCP, it should be more convenient than
Cursor. I mention it here as I imagine this could interest you all:https://github.com/najamelan/futures_ringbuf
I also have a serde/cbor codec ready. I will try to publish that soon, but kind of hoping to see a new release of futures_codec with the bug fix. I will let you know here when I publish cbor codec. It will allow sending arbitrary rust structs as long as they can be serialized with serde.
@cbs228