An implementation of statically compiled regular expressions for Rust.
Unless you specifically need compile time regular expressions or a matching
engine that is guaranteed not to allocate, you should temporarily prefer using
the plain regex crate (since it is almost always faster).