regex 1.10.4

An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Documentation
[build.env]
passthrough = [
    "RUST_BACKTRACE",
    "RUST_LOG",
    "REGEX_TEST",
    "REGEX_TEST_VERBOSE",
]