Function awslc_version
pub fn awslc_version() -> &'static strAvailable on crate features
aws-lc and crypto and std only.Expand description
The version number of the linked AWS-LC library (e.g. "5.1.0").
This identifies the exact release you are running against. For FIPS builds it can disambiguate builds that share a FIPS module number, but it must not be used to infer FIPS certification status directly.
§Panics
Panics if AWS-LC returns a version string that is not valid UTF-8.