Skip to main content

install_default_rustls_crypto_provider

Function install_default_rustls_crypto_provider 

Source
pub fn install_default_rustls_crypto_provider()
Expand description

Install the process-level ring provider used by direct Rustls clients.

Installing is idempotent. If another in-repo TLS path already selected a provider, Rustls keeps that process-level choice while this module still supplies an explicit webpki root store to every reqwest client.