An implementation of regular expressions for Rust. This implementation
uses finite automata and guarantees linear time matching on all inputs.
This package contains library source intended for building other packages which
use the "perf-cache" feature of the "regex" crate.