You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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
The text was updated successfully, but these errors were encountered: