aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-12 00:51:00 -0700
committerChih-Hung Hsieh <chh@google.com>2020-10-12 00:51:00 -0700
commitbc973442353b0fd148a4f2ac91bcf77bc2278cdf (patch)
treec300f2d0b4c930b72f0c8e384f8caf099c5b2e96
parent732881f851bf09d5e454f5f63a3c23c6088f2da2 (diff)
downloadnom-bc973442353b0fd148a4f2ac91bcf77bc2278cdf.tar.gz
Copy description from Cargo.toml to METADATA
Test: make Change-Id: Ib5ece86669f153dad1448c8f38d9f096fba7004a
-rw-r--r--METADATA2
1 files changed, 1 insertions, 1 deletions
diff --git a/METADATA b/METADATA
index b281d81..dad84e1 100644
--- a/METADATA
+++ b/METADATA
@@ -1,5 +1,5 @@
name: "nom"
-description: "nom is a parser combinators library written in Rust. Its goal is to provide tools to build safe parsers without compromising the speed or memory consumption. To that end, it uses extensively Rust\'s strong typing and memory safety to produce fast and correct parsers, and provides functions, macros and traits to abstract most of the error prone plumbing."
+description: "A byte-oriented, zero-copy, parser combinators library"
third_party {
url {
type: HOMEPAGE