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