remoc 0.18.3

🦑 Remote multiplexed objects, channels, observable collections and RPC making remote interactions seamless. Provides multiple remote channels and RPC over TCP, TLS or any other transport.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod async_trait;
mod default;
mod errors;
mod generics;
mod generics_non_clone;
mod readonly;
mod simple;
mod simple_clone;
mod simple_req;
mod simple_req_stream;
mod simple_rpit;
mod value;
mod variants;

// Must result in compile error:
// mod lifetime;