regex v0.1.75 Release Notes

    • PR #275: Improves match verification performance in the Teddy SIMD searcher.
    • PR #278: Replaces slow substring loop in the Teddy SIMD searcher with Aho-Corasick.
    • Implemented DoubleEndedIterator on regex set match iterators.