commit | 75f5a0c20ca1798f0c4c1fe41311fcdacbf208bf | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Mon Oct 12 11:10:32 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Oct 12 11:10:32 2020 +0000 |
tree | b27942870d2193374ae2e1cb1fbaba4ddf9e6119 | |
parent | 890c2db4bf42b88af816c27e63f508ee5683f0a4 [diff] | |
parent | 9d3b90b65c17aa78b724aa6259ea0ec60717fd36 [diff] |
Copy description from Cargo.toml to METADATA am: 7ca0635669 am: 0c11f4367b am: 18a6c0f491 am: 9d3b90b65c Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/rustc-hash/+/1456779 Change-Id: I779dc0b767eea8cab58da9590c45d86d64e2e25f
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