Function tss2_fapi_rs::get_version
pub fn get_version() -> (&'static VersionInfo, &'static VersionInfo)
Expand description
Returns the package version of the tss2-fapi-rs
library.
Additionally, the version of the “native” FAPI library that was used to build tss2-fapi-rs
is returned.
§Return Value
(package_version, fapi_library_version)