Expand description
TLS / crypto provider initialization helpers.
Rustls 0.23+ requires selecting a process-level CryptoProvider before
performing TLS operations. In binaries this is typically done at startup,
but our unit tests exercise code paths that create HTTPS clients directly.
This module provides a single, idempotent initializer.
Functionsยง
- ensure_
rustls_ crypto_ provider - Ensure the rustls crypto provider is installed.