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
mod channel;

#[cfg(not(target_family = "wasm"))]
mod tcp;

#[cfg(unix)]
mod unix;