actr-protocol 0.1.8

Unified protocol, types, and URI parsing for Actor-RTC framework
Documentation
1
2
3
4
5
6
7
8
//! TURN username claims and token payloads.
//!
//! This module contains the lightweight, JSON-serializable structures that
//! travel inside TURN authentication usernames.

mod claims;

pub use claims::Claims;