Type Definition hyperscan_sys::hs_expr_ext_t

source ·
pub type hs_expr_ext_t = hs_expr_ext;
Expand description

A structure containing additional parameters related to an expression, passed in at build time to @ref hs_compile_ext_multi() or @ref hs_expression_ext_info.

These parameters allow the set of matches produced by a pattern to be constrained at compile time, rather than relying on the application to process unwanted matches at runtime.