Crate actr_protocol

Crate actr_protocol 

Source
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::*;

Modules§

actr_ext
Actor identity formatting and parsing utilities
error
Error types for Actor-RTC protocol
generated
message
RpcRequest trait for type-safe RPC calls
name
turn
TURN username claims and token payloads.
uri
Actor-RTC URI 解析库