[][src]Function nitrokey_sys::NK_get_library_version

pub unsafe extern "C" fn NK_get_library_version() -> *const c_char

Get the library version as a string. This is the output of git describe --always at compile time, for example "v3.3" or "v3.3-19-gaee920b". The return value is a string literal and must not be freed. @return the library version as a string