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 manufacturer_auth::*;pub use name::*;
Modules§
- actr_
ext - Actor identity formatting and parsing utilities
- error
- Top-level error types for the Actor-RTC framework.
- generated
- manufacturer_
auth - Manufacturer registration proof payload helpers.
- message
- RpcRequest trait for type-safe RPC calls
- name
- turn
- TURN authentication utilities (reserved module for future expansion).
- uri
- Actor-RTC URI parsing library