Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross platform tests and examples for async network code now without having to TCP! #20

Open
najamelan opened this issue Aug 15, 2019 · 1 comment

Comments

@najamelan
Copy link
Contributor

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

@najamelan
Copy link
Contributor Author

ok:

https://github.com/najamelan/futures_cbor_codec

Allows you to send arbitrary rust structs accross!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant