hyperscan 0.3.2

Hyperscan bindings for Rust with Multiple Pattern and Streaming Scan
Documentation
1
2
3
4
5
6
//! Regex compatible interface
mod builder;
mod re;

pub use builder::{RegexBuilder, RegexSetBuilder};
pub use re::Regex;