commit | 0c11f4367b2224512776e63b8c1a22b53fb4fc13 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Mon Oct 12 09:45:00 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Oct 12 09:45:00 2020 +0000 |
tree | b27942870d2193374ae2e1cb1fbaba4ddf9e6119 | |
parent | 26abe60bbffb0af79f3fc20eca955906f8037a9d [diff] | |
parent | 7ca063566952a002a6166d4ef77dc6d6a355efe6 [diff] |
Copy description from Cargo.toml to METADATA am: 7ca0635669 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/rustc-hash/+/1456779 Change-Id: If33bcab6820a4f161ddd2a5d1564e74542c04086
diff --git a/METADATA b/METADATA index 856b409..6f1612e 100644 --- a/METADATA +++ b/METADATA
@@ -1,5 +1,5 @@ name: "rustc-hash" -description: "A speedy hash algorithm used within rustc. The hashmap in liballoc by default uses SipHash which isn\'t quite as speedy as we want. In the compiler we\'re not really worried about DOS attempts, so we use a fast non-cryptographic hash." +description: "speed, non-cryptographic hash used in rustc" third_party { url { type: HOMEPAGE