medea-turn 0.12.0

STUN/TURN server implementation used by Medea media server.
Documentation
`medea-turn`
============

[![crates.io](https://img.shields.io/crates/v/medea-turn.svg "crates.io")](https://crates.io/crates/medea-turn)
[![Rust 1.85+](https://img.shields.io/badge/rustc-1.85+-lightgray.svg "Rust 1.85+")](https://blog.rust-lang.org/2025/02/20/Rust-1.85.0.html)
[![Unsafe Forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg "Unsafe forbidden")](https://github.com/rust-secure-code/safety-dance)\
[![CI](https://github.com/instrumentisto/medea-turn-rs/actions/workflows/ci.yml/badge.svg?branch=main "CI")](https://github.com/instrumentisto/medea-turn-rs/actions?query=workflow%3ACI+branch%3Amain)
[![Rust docs](https://docs.rs/medea-turn/badge.svg "Rust docs")](https://docs.rs/medea-turn)

[Changelog](https://github.com/instrumentisto/medea-turn-rs/blob/v0.12.0/CHANGELOG.md)

[STUN]/[TURN] server implementation used by [Medea media server](https://github.com/instrumentisto/medea).

Majorly refactored hard fork of the [`webrtc-rs/turn` crate](https://github.com/webrtc-rs/webrtc/tree/89285ceba23dc57fc99386cb978d2d23fe909437/turn).




## License

Copyright © 2024-2025 Instrumentisto Team, <https://github.com/instrumentisto>

Licensed under either of [Apache License, Version 2.0][APACHE] or [MIT license][MIT] at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the [Apache-2.0 license][APACHE], shall be dual licensed as above, without any additional terms or conditions.




[APACHE]: https://github.com/instrumentisto/medea-turn-rs/blob/v0.12.0/LICENSE-APACHE
[MIT]: https://github.com/instrumentisto/medea-turn-rs/blob/v0.12.0/LICENSE-MIT
[STUN]: https://en.wikipedia.org/wiki/STUN
[TURN]: https://en.wikipedia.org/wiki/TURN