turn-client-rustls 0.1.0

TURN protocol in a sans-IO fashion (Rustls)
Documentation

#turn-client-rustls

TLS TURN client using Rustls.

An implementation of a TURN client suitable for TLS over TCP connections connections.

Crypto providers

turn-client-rustls does not enable any cryptographic providers on rustls. It is the user's responsibility (library or application) to enable and use the relevant cryptographic provider (ring, aws-lc-rs, RustCrypto, etc), that they wish to use.