aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-12 11:10:32 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-12 11:10:32 +0000
commit033eb5ccb02ce1b47cdc746cf4ceaef3c01335a2 (patch)
tree6319088003230235b91c8e0876a905ce6f862399
parent3e006d89de983c205eed05d44a2ea55e59d653b8 (diff)
parentff6b1ad934393f85da3f7edc647555ccbec0205d (diff)
downloadregex-033eb5ccb02ce1b47cdc746cf4ceaef3c01335a2.tar.gz
Copy description from Cargo.toml to METADATA am: 3364aa2493 am: 01a9012e51 am: 2bf37635e0 am: ff6b1ad934
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/regex/+/1456859 Change-Id: I1460d549271d03e4c412b964bcd7c4c677854aac
-rw-r--r--METADATA2
1 files changed, 1 insertions, 1 deletions
diff --git a/METADATA b/METADATA
index 6ba3db5..644cabf 100644
--- a/METADATA
+++ b/METADATA
@@ -1,5 +1,5 @@
name: "regex"
-description: "A Rust library for parsing, compiling, and executing regular expressions. Its syntax is similar to Perl-style regular expressions, but lacks a few features like look around and backreferences. In exchange, all searches execute in linear time with respect to the size of the regular expression and search text. Much of the syntax and implementation is inspired by RE2."
+description: "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs."
third_party {
url {
type: HOMEPAGE