Expand description
§Actor-RTC Protocol, Types, and URI Parsing
This crate contains the unified protocol definitions for the Actor-RTC framework. Its primary role is to provide the raw, generated Protobuf types and essential, stateless utilities for handling those types (e.g., ID and URI formatting).
It strictly adheres to its role as a data definition layer and does not contain higher-level traits, business logic, or runtime-specific implementations.
Re-exports§
pub use message::RpcRequest;pub use prost;pub use prost_types;pub use generated::actr::*;pub use generated::signaling::*;pub use generated::webrtc::*;pub use actr_ext::*;pub use error::*;pub use name::*;