aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-12 10:52:39 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-12 10:52:39 +0000
commitebd93a555509bc5005d5546668ab9670c0ab5869 (patch)
treec300f2d0b4c930b72f0c8e384f8caf099c5b2e96
parent9e6195f18815621f3e3047c79b539d8dcbcecb36 (diff)
parent3594ee83a03f6955d5db05e5cd8e68644b52c297 (diff)
downloadnom-ebd93a555509bc5005d5546668ab9670c0ab5869.tar.gz
Copy description from Cargo.toml to METADATA am: bc97344235 am: d1b9289016 am: 3594ee83a0
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/nom/+/1457116 Change-Id: I1fbecaa81e18564c255e24b20b151c105d047674
-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