Crates.io | flashbang |
lib.rs | flashbang |
version | 0.1.0-prealpha |
source | src |
created_at | 2023-03-02 22:41:38.782257 |
updated_at | 2023-03-02 22:41:38.782257 |
description | A Rust crate for the STUN/TURN protocol. |
homepage | https://github.com/JonahPlusPlus/flashbang |
repository | https://github.com/JonahPlusPlus/flashbang |
max_upload_size | |
id | 799240 |
size | 105,094 |
A Rust crate for the STUN/TURN protocol.
Flashbang aims to provide client and server implementations, as well as exposing the underlying interfaces for processing messages. It also hopes to be runtime-agnostic, allowing for it to be compatible with any other async crate.
Currently, it offers partial support for RFC 8489.
Dual-licensed under MIT or Apache-2.0