stun_codec 0.4.0

Encoders and decoders for STUN (RFC 5389) and its extensions
Documentation
1
2
3
4
5
6
//! [RFC 8016(Mobility with Traversal Using Relays around NAT (TURN))][RFC 8016] specific components.
//!
//! [RFC 8016]: https://tools.ietf.org/html/rfc8016

pub mod attributes;
pub mod errors;