Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

rust-regex-devel-1.11.1-3.fc43 RPM for noarch

From Fedora Rawhide for s390x / r

Name: rust-regex-devel Distribution: Fedora Project
Version: 1.11.1 Vendor: Fedora Project
Release: 3.fc43 Build date: Sat Jul 26 09:04:13 2025
Group: Unspecified Build host: buildvm-x86-26.rdu3.fedoraproject.org
Size: 1430158 Source RPM: rust-regex-1.11.1-3.fc43.src.rpm
Packager: Fedora Project
Url: https://crates.io/crates/regex
Summary: Implementation of regular expressions for Rust
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 "regex" crate.

Provides

Requires

License

MIT OR Apache-2.0

Changelog

* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Wed Oct 30 2024 Fabio Valentini <decathorpe@gmail.com> - 1.11.1-1
  - Update to version 1.11.1; Fixes RHBZ#2321524
* Fri Oct 04 2024 Fabio Valentini <decathorpe@gmail.com> - 1.11.0-1
  - Update to version 1.11.0; Fixes RHBZ#2315561
* Sat Aug 03 2024 Fabio Valentini <decathorpe@gmail.com> - 1.10.6-1
  - Update to version 1.10.6; Fixes RHBZ#2302521
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.5-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Jun 10 2024 Fabio Valentini <decathorpe@gmail.com> - 1.10.5-1
  - Update to version 1.10.5; Fixes RHBZ#2291081
* Thu Apr 25 2024 Fabio Valentini <decathorpe@gmail.com> - 1.10.4-1
  - Update to version 1.10.4; Fixes RHBZ#2271150
* Tue Jan 30 2024 Fabio Valentini <decathorpe@gmail.com> - 1.10.3-1
  - Update to version 1.10.3; Fixes RHBZ#2259421
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Oct 17 2023 Fabio Valentini <decathorpe@gmail.com> - 1.10.2-1
  - Update to version 1.10.2; Fixes RHBZ#2244494
* Sat Oct 14 2023 Fabio Valentini <decathorpe@gmail.com> - 1.10.1-1
  - Update to version 1.10.1; Fixes RHBZ#2241488
* Tue Sep 19 2023 Fabio Valentini <decathorpe@gmail.com> - 1.9.5-1
  - Update to version 1.9.5; Fixes RHBZ#2236987
* Sat Aug 26 2023 Fabio Valentini <decathorpe@gmail.com> - 1.9.4-1
  - Update to version 1.9.4; Fixes RHBZ#2229409

Files

/usr/share/cargo/registry/regex-1.11.1
/usr/share/cargo/registry/regex-1.11.1/.cargo-checksum.json
/usr/share/cargo/registry/regex-1.11.1/CHANGELOG.md
/usr/share/cargo/registry/regex-1.11.1/Cargo.toml
/usr/share/cargo/registry/regex-1.11.1/Cross.toml
/usr/share/cargo/registry/regex-1.11.1/LICENSE-APACHE
/usr/share/cargo/registry/regex-1.11.1/LICENSE-MIT
/usr/share/cargo/registry/regex-1.11.1/README.md
/usr/share/cargo/registry/regex-1.11.1/UNICODE.md
/usr/share/cargo/registry/regex-1.11.1/bench
/usr/share/cargo/registry/regex-1.11.1/bench/README.md
/usr/share/cargo/registry/regex-1.11.1/record
/usr/share/cargo/registry/regex-1.11.1/record/README.md
/usr/share/cargo/registry/regex-1.11.1/record/compile-test
/usr/share/cargo/registry/regex-1.11.1/record/compile-test/2023-04-19_1.7.3.csv
/usr/share/cargo/registry/regex-1.11.1/record/compile-test/2023-04-20_master.csv
/usr/share/cargo/registry/regex-1.11.1/record/compile-test/2023-07-05.csv
/usr/share/cargo/registry/regex-1.11.1/record/compile-test/README.md
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/01-lazy-dfa
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/01-lazy-dfa/dynamic
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/01-lazy-dfa/dynamic-no-lazy-dfa
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/01-lazy-dfa/native
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/01-lazy-dfa/nfa
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/01-lazy-dfa/pcre
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/02-set
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/02-set/dynamic
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/03-bytes
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/03-bytes/onig
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/03-bytes/pcre
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/03-bytes/rust
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/03-bytes/rust-bytes
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/04
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/04/onig
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/04/pcre1-jit
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/04/pcre2-jit
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/04/re2
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/04/rust
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/04/tcl
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/05
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/05/onig
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/05/onig-vs-rust
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/05/pcre1
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/05/pcre1-vs-rust
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/05/pcre2
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/05/pcre2-vs-rust
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/05/re2
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/05/re2-vs-rust
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/05/rust
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/05/tcl
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/05/tcl-vs-rust
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/06
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/06/dphobos-dmd
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/06/dphobos-dmd-ct
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/06/dphobos-ldc
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/06/dphobos-ldc-ct
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/06/pcre1
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/06/pcre2
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/06/re2
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/06/rust
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/07
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/07/boost
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/07/dphobos-dmd
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/07/dphobos-dmd-ct
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/07/oniguruma
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/07/pcre1
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/07/pcre2
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/07/re2
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/07/rust
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/07/rust-bytes
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/07/stdcpp
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/07/stdcpp-libcxx
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/07/tcl
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/08-new-memmem
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/08-new-memmem/rust-after-01
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/08-new-memmem/rust-after-02
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/08-new-memmem/rust-before-01
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/08-new-memmem/rust-before-02
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/09-new-baseline
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/09-new-baseline/pcre2
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/09-new-baseline/re2
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/09-new-baseline/rust
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/09-new-baseline/rust-bytes
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/10-last-frontier
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/10-last-frontier/rust-after-literal.log
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/10-last-frontier/rust-before-literal.log
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/10-last-frontier/rust-bytes-after-literal.log
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/10-last-frontier/rust-bytes-before-literal.log
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/11-regex-1.7.3
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/11-regex-1.7.3/rust
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/11-regex-1.7.3/rust-bytes
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/12-regex-1.8.1
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/12-regex-1.8.1/rust
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/12-regex-1.8.1/rust-bytes
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/13-regex-1.9.0
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/13-regex-1.9.0/rust
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/13-regex-1.9.0/rust-bytes
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/README.md
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/old
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/old/01-before
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/old/02-new-syntax-crate
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/old/03-new-syntax-crate
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/old/04-fixed-benchmark
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/old/05-thread-caching
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/old/06-major-dynamic
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/old/06-major-macro
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/old/07-prefix-improvements
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/old/08-case-fixes
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/old/09-before-compiler-rewrite
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/old/10-compiler-rewrite
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/old/11-compiler-rewrite
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/old/12-executor
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/old/12-executor-bytes
/usr/share/cargo/registry/regex-1.11.1/record/old-bench-log/old/13-cache-byte-range-suffixes
/usr/share/cargo/registry/regex-1.11.1/rustfmt.toml
/usr/share/cargo/registry/regex-1.11.1/src
/usr/share/cargo/registry/regex-1.11.1/src/builders.rs
/usr/share/cargo/registry/regex-1.11.1/src/bytes.rs
/usr/share/cargo/registry/regex-1.11.1/src/error.rs
/usr/share/cargo/registry/regex-1.11.1/src/find_byte.rs
/usr/share/cargo/registry/regex-1.11.1/src/lib.rs
/usr/share/cargo/registry/regex-1.11.1/src/pattern.rs
/usr/share/cargo/registry/regex-1.11.1/src/regex
/usr/share/cargo/registry/regex-1.11.1/src/regex/bytes.rs
/usr/share/cargo/registry/regex-1.11.1/src/regex/mod.rs
/usr/share/cargo/registry/regex-1.11.1/src/regex/string.rs
/usr/share/cargo/registry/regex-1.11.1/src/regexset
/usr/share/cargo/registry/regex-1.11.1/src/regexset/bytes.rs
/usr/share/cargo/registry/regex-1.11.1/src/regexset/mod.rs
/usr/share/cargo/registry/regex-1.11.1/src/regexset/string.rs
/usr/share/cargo/registry/regex-1.11.1/test
/usr/share/cargo/registry/regex-1.11.1/testdata
/usr/share/cargo/registry/regex-1.11.1/testdata/README.md
/usr/share/cargo/registry/regex-1.11.1/testdata/anchored.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/bytes.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/crazy.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/crlf.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/earliest.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/empty.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/expensive.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/flags.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/fowler
/usr/share/cargo/registry/regex-1.11.1/testdata/fowler/basic.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/fowler/dat
/usr/share/cargo/registry/regex-1.11.1/testdata/fowler/dat/README
/usr/share/cargo/registry/regex-1.11.1/testdata/fowler/dat/basic.dat
/usr/share/cargo/registry/regex-1.11.1/testdata/fowler/dat/nullsubexpr.dat
/usr/share/cargo/registry/regex-1.11.1/testdata/fowler/dat/repetition.dat
/usr/share/cargo/registry/regex-1.11.1/testdata/fowler/nullsubexpr.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/fowler/repetition.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/iter.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/leftmost-all.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/line-terminator.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/misc.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/multiline.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/no-unicode.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/overlapping.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/regex-lite.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/regression.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/set.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/substring.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/unicode.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/utf8.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/word-boundary-special.toml
/usr/share/cargo/registry/regex-1.11.1/testdata/word-boundary.toml
/usr/share/cargo/registry/regex-1.11.1/tests
/usr/share/cargo/registry/regex-1.11.1/tests/fuzz
/usr/share/cargo/registry/regex-1.11.1/tests/fuzz/mod.rs
/usr/share/cargo/registry/regex-1.11.1/tests/fuzz/testdata
/usr/share/cargo/registry/regex-1.11.1/tests/fuzz/testdata/crash-7eb3351f0965e5d6c1cb98aa8585949ef96531ff
/usr/share/cargo/registry/regex-1.11.1/tests/fuzz/testdata/crash-8760b19b25d74e3603d4c643e9c7404fdd3631f9
/usr/share/cargo/registry/regex-1.11.1/tests/fuzz/testdata/crash-cd33b13df59ea9d74503986f9d32a270dd43cc04
/usr/share/cargo/registry/regex-1.11.1/tests/fuzz/testdata/minimized-from-8760b19b25d74e3603d4c643e9c7404fdd3631f9
/usr/share/cargo/registry/regex-1.11.1/tests/fuzz/testdata/slow-unit-3ab758ea520027fefd3f00e1384d9aeef155739e
/usr/share/cargo/registry/regex-1.11.1/tests/fuzz/testdata/slow-unit-5345fccadf3812c53c3ccc7af5aa2741b7b2106c
/usr/share/cargo/registry/regex-1.11.1/tests/fuzz/testdata/slow-unit-6bd643eec330166e4ada91da2d3f284268481085
/usr/share/cargo/registry/regex-1.11.1/tests/fuzz/testdata/slow-unit-93c73a43581f205f9aaffd9c17e52b34b17becd0
/usr/share/cargo/registry/regex-1.11.1/tests/fuzz/testdata/slow-unit-9ca9cc9929fee1fcbb847a78384effb8b98ea18a
/usr/share/cargo/registry/regex-1.11.1/tests/fuzz/testdata/slow-unit-b8a052f4254802edbe5f569b6ce6e9b6c927e9d6
/usr/share/cargo/registry/regex-1.11.1/tests/lib.rs
/usr/share/cargo/registry/regex-1.11.1/tests/misc.rs
/usr/share/cargo/registry/regex-1.11.1/tests/regression.rs
/usr/share/cargo/registry/regex-1.11.1/tests/regression_fuzz.rs
/usr/share/cargo/registry/regex-1.11.1/tests/replace.rs
/usr/share/cargo/registry/regex-1.11.1/tests/searcher.rs
/usr/share/cargo/registry/regex-1.11.1/tests/suite_bytes.rs
/usr/share/cargo/registry/regex-1.11.1/tests/suite_bytes_set.rs
/usr/share/cargo/registry/regex-1.11.1/tests/suite_string.rs
/usr/share/cargo/registry/regex-1.11.1/tests/suite_string_set.rs


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Aug 2 01:51:45 2025