Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.chromium | D | 04-Jul-2025 | 414 | 13 | 10 |
README.chromium
1Name: regex 2URL: https://crates.io/crates/regex 3Version: 1.11.1 4Revision: 9870c06e6c772daaad7ab612faab29130753e41c 5License: Apache 2.0 6License File: //third_party/rust/chromium_crates_io/vendor/regex-1.11.1/LICENSE-APACHE 7Shipped: no 8Security Critical: no 9 10Description: An implementation of regular expressions for Rust. This implementation uses 11finite automata and guarantees linear time matching on all inputs. 12 13