aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-12 09:44:57 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-12 09:44:57 +0000
commit539e96ce0bf3b012a7152b3b96bb8f439a05bee1 (patch)
treea22b7296750a2a196c1cc4c804702f1242f0ed5d
parente3aa68ad635b4a720f703caa3b77cf9212490607 (diff)
parent2b0c687533152ce967d7a8720d00ca5155077fb3 (diff)
downloadaho-corasick-539e96ce0bf3b012a7152b3b96bb8f439a05bee1.tar.gz
Copy description from Cargo.toml to METADATA am: 2b0c687533
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/aho-corasick/+/1457095 Change-Id: I320377a26a2aa80259f6c7c7ae3bb0de25bf2e35
-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