rivet-actor-runtime-socket-protocol 2.3.5-rc.1

Versioned protocol for the experimental Actor Runtime Socket
1
2
3
4
5
6
7
//! Versioned wire protocol for the experimental Actor Runtime Socket.
pub mod generated;
pub mod versioned;

pub use generated::v1::*;

pub const PROTOCOL_VERSION: u16 = 1;