Function install_cryptographic_provider

Source
pub fn install_cryptographic_provider()
Expand description

Installs the AWS-LC cryptographic provider as the default for rustls.

This function ensures that the cryptographic provider is installed only once using a static guard. If no default provider is already set, it will install the AWS-LC provider and log the result.