Crate turn_types

Source
Expand description

§turn-types

turn-types provides an implementation for two things:

  1. TURN specific STUN attributes using the stun-types crate.
  2. Parsing to and from the actual data sent and received on the wire.

This is based on the following standards:

Re-exports§

pub use stun_types as stun;

Modules§

attribute
STUN Attributes for TURN
channel
TURN ChannelData messages.
message
Module for TURN message types in addition to thise specified by STUN.

Structs§

TurnCredentials
Credentials used for a TURN user.

Functions§

debug_init
Initialize the library.