hypervectorscan-sys 0.1.11

Raw FFI bindings to [Hyperscan](https://github.com/intel/hyperscan) / [Vectorscan](https://github.com/VectorCamp/vectorscan).
1
2
3
4
#[allow(non_camel_case_types)]
mod hyperscan;

pub use hyperscan::*;