stun_codec 0.4.0

Encoders and decoders for STUN (RFC 5389) and its extensions
Documentation
1
2
3
4
5
6
//! [RFC 8656(Traversal Using Relays around NAT (TURN): Relay Extensions to Session Traversal Utilities for NAT (STUN))][RFC 8656] specific components.
//!
//! [RFC 8656]: https://tools.ietf.org/html/rfc8656

pub mod attributes;
pub mod errors;