rayfish 0.1.4

P2P mesh VPN powered by iroh — connect peers by cryptographic identity, not IP address
1
2
3
4
5
6
7
//! IPC protocol — re-exported from the shared `ray-proto` crate.
//!
//! The message enum, codec, and socket helpers live in `ray-proto` so GUI
//! frontends can speak the exact same wire protocol. Kept as `crate::ipc::*` here
//! so the daemon/CLI continue to use their original paths unchanged.

pub use ray_proto::ipc::*;