🔐 trillium-native-tls — TLS via native-tls
TLS adapter for Trillium using native-tls, which delegates to the platform's built-in TLS implementation (SChannel on Windows, Secure Transport on macOS, OpenSSL on Linux). Provides NativeTlsAcceptor for servers and NativeTlsClientTransport for clients.
Example
use Conn;
use NativeTlsAcceptor;
Safety
This crate uses #![forbid(unsafe_code)].