grep-hyperscan

Crates.iogrep-hyperscan
lib.rsgrep-hyperscan
version0.0.1
sourcesrc
created_at2020-02-16 05:50:13.121453
updated_at2020-02-16 05:50:13.121453
descriptionUse hyperscan with the 'grep' crate.
homepagehttps://git.sr.ht/~pierrenn/grep-hyperscan
repositoryhttps://git.sr.ht/~pierrenn/grep-hyperscan
max_upload_size
id209686
size15,015
(pierreN)

documentation

https://docs.rs/grep-hyperscan

README

grep-hyperscan

The grep-hyperscan crate provides an implementation of the Matcher trait from the grep-matcher crate. This implementation permits hyperscan to be used in the grep crate for fast line oriented searching on massive amount of regexp with massive amount of data.

This is WIP.

Issues

Please open new issues here : https://todo.sr.ht/~pierrenn/grep-hyperscan

Usage

Add this to your Cargo.toml:

[dependencies]
grep-hyperscan = "0.0.1"

and this to your crate root:

extern crate grep_hyperscan;

NOTE: You probably don't want to use this crate directly. Instead, you should prefer the facade defined in the grep crate.

Commit count: 0

cargo fmt