Type Definition hyperscan_sys::hs_platform_info_t

source ·
pub type hs_platform_info_t = hs_platform_info;
Expand description

A type containing information on the target platform which may optionally be provided to the compile calls (@ref hs_compile(), @ref hs_compile_multi(), @ref hs_compile_ext_multi()).

A hs_platform_info structure may be populated for the current platform by using the @ref hs_populate_platform() call.