Cool, I've been following capn proto and have used protobufs a little. This
is the direction of what I'm thinking and I'm wondering if the rust notion
of
ownership can be leveraged in message passing. Hence my silly questions.

On Mon, Sep 29, 2014 at 2:03 PM, Tony Arcieri <basc...@gmail.com> wrote:

> 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