aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-12 00:50:51 -0700
committerChih-Hung Hsieh <chh@google.com>2020-10-12 00:50:51 -0700
commit2b0c687533152ce967d7a8720d00ca5155077fb3 (patch)
treea22b7296750a2a196c1cc4c804702f1242f0ed5d
parent97e167d39c7dc537806133752541b9017ea859a9 (diff)
downloadaho-corasick-2b0c687533152ce967d7a8720d00ca5155077fb3.tar.gz
Copy description from Cargo.toml to METADATA
Test: make Change-Id: I6e0844d9c7f093f712c7ecb69e78b794dc042186
-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