Closed
Description
Issue by andrew-d
Thursday Nov 06, 2014 at 19:54 GMT
For earlier discussion, see rust-lang/rust#18710
This issue was labelled with: in the Rust repository
I was looking at implementing something similar to this - a trigram-index-aided search. I'd rather not reproduce the code necessary to parse the regex, considering it already lives in libregex. It'd be nice if the parsing/compiling was exposed for use - perhaps similar to how Go does it with their regexp
and regexp/syntax
packages.
cc @BurntSushi
Metadata
Metadata
Assignees
Labels
No labels