Expand description
rustls v0.21 based TLS connection acceptor service.
See Acceptor for main service factory docs.
Modules§
- Re-exports from
rustlsthat are useful for acceptors.
Structs§
- Accept TLS connections via the
rustlscrate. - Rustls based acceptor service.
- Wraps a
rustlsbased async TLS stream in order to implement [ActixStream].