Skip to main content

awslc_version

Function awslc_version 

Source
pub fn awslc_version() -> &'static str
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.