pub fn version() -> Version
Expand description

The current Hyperscan version information.

Examples

assert!(hyperscan::version_str().to_string_lossy().starts_with(&hyperscan::version().to_string()));