Function hyperscan_sys::hs_version
source · [−]pub unsafe extern "C" fn hs_version() -> *const c_char
Expand description
Utility function for identifying this release version.
@return A string containing the version number of this release build and the date of the build. It is allocated statically, so it does not need to be freed by the caller.