On Mon, Sep 29, 2014 at 1:01 PM, Wink Saville <w...@saville.com> wrote:

> Nanomsg looks interesting and I'll take a closer look. But I'm interested
> in a pure rust implementation of async messaging because I'd like to create
> an embedded OS using rust and not use C if possible
>
You might take a look at capnproto-rust:

https://github.com/dwrensha/capnproto-rust

It doesn't support asynchronous messaging (yet) but it is planned. That
said it supports an RPC system that's fully asynchronous under the covers,
so async messaging becomes effectively "disregard the response"

It also provides a typed description language for messages that maps nicely
to Rust's type system.

-- 
Tony Arcieri
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to