1 2 3
pub fn install_crypto_provider() { let _ = rustls::crypto::ring::default_provider().install_default(); }