stun-client

Crates.iostun-client
lib.rsstun-client
version0.1.4
sourcesrc
created_at2021-05-03 15:23:23.836791
updated_at2023-07-17 07:24:49.517272
descriptionThis is a simple async_std based asynchronous STUN client library.
homepage
repositoryhttps://github.com/yoshd/stun-client.git
max_upload_size
id392535
size79,070
(yoshd)

documentation

https://docs.rs/stun-client/

README

test

stun-client

This is a simple async_std based asynchronous STUN client library. At the moment only some features of RFC8489 are implemented and only simple binding requests are possible.

It also supports the OTHER-ADDRESS and CHANGE-REQUEST attributes for RFC5780 -based NAT Behavior Discovery.

Install

Documentation

Examples

Commit count: 57

cargo fmt