# ezk-stun [![crates.io][crates-badge]][crates-url] [![documentation][docs-badge]][docs-url] [![MIT licensed][mit-badge]][mit-url] [mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg [mit-url]: https://github.com/kbalt/ezk/blob/main/LICENSE [crates-badge]: https://img.shields.io/crates/v/ezk-stun.svg [crates-url]: https://crates.io/crates/ezk-stun [docs-badge]: https://img.shields.io/docsrs/ezk-stun/latest [docs-url]: https://docs.rs/ezk-stun/latest Incomplete transport agnostic STUN Endpoint/client primarily used for `ezk-sip-core`, but may be extended in the future. Built using following RFCs: - [RFC8489](https://www.rfc-editor.org/rfc/rfc8489.html) - Session Traversal Utilities for NAT (STUN)