We received reports every once in a while that using the regex crate caused the test runner to timeout. This is not very surprising since regex is known for long compile times. regex-lite provides faster compile times and is published by the Rust project itself, just like the "normal" regex crate.
We received reports every once in a while that using the regex crate caused the test runner to timeout. This is not very surprising since regex is known for long compile times. regex-lite provides faster compile times and is published by the Rust project itself, just like the "normal" regex crate.