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-dfa-full" feature of the "regex" crate.
Provides
Requires
License
MIT OR Apache-2.0
Changelog
* Wed Oct 08 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 1.11.3-1
- Update to version 1.11.3; Fixes RHBZ#2398117
* Wed Aug 27 2025 Fabio Valentini <decathorpe@gmail.com> - 1.11.2-1
- Update to version 1.11.2; Fixes RHBZ#2390598
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-3
- Rebuilt for