aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-12 11:10:30 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-12 11:10:30 +0000
commitb75048b81341b2b1f6150b40d7ed3004ce15b391 (patch)
treea22b7296750a2a196c1cc4c804702f1242f0ed5d
parent64d6e7530eb67c28fa93d7e0305239bf92db1382 (diff)
parent98d5b17a1abcd6920c45a36cff246c0e1d07b790 (diff)
downloadaho-corasick-b75048b81341b2b1f6150b40d7ed3004ce15b391.tar.gz
Copy description from Cargo.toml to METADATA am: 2b0c687533 am: 539e96ce0b am: e653f9b867 am: 98d5b17a1a
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/aho-corasick/+/1457095 Change-Id: Iacd2b38a904f3034adf81fe6553e1d638b45d289
-rw-r--r--METADATA2
1 files changed, 1 insertions, 1 deletions
diff --git a/METADATA b/METADATA
index 0ab1d2d..2320c5f 100644
--- a/METADATA
+++ b/METADATA
@@ -1,5 +1,5 @@
name: "aho-corasick"
-description: "A library for finding occurrences of many patterns at once with SIMD acceleration in some cases. This library provides multiple pattern search principally through an implementation of the Aho-Corasick algorithm, which builds a finite state machine for executing searches in linear time. Features include case insensitive matching, overlapping matches and search & replace in streams."
+description: "Fast multiple substring searching."
third_party {
url {
type: HOMEPAGE