commit | 14d84998329c803202394572d50cfb59757bd6cc | [log] [tgz] |
---|---|---|
author | Wei Li <[email protected]> | Thu Aug 01 14:58:12 2024 -0700 |
committer | Wei Li <[email protected]> | Thu Aug 01 14:58:12 2024 -0700 |
tree | 2751348c025e6e4307fa18f9937e4c46f9c264d5 | |
parent | 1fec9c4eb37d3437d66ccfa1b33c585c630fc50f [diff] |
Cleanup license metadata in external/rust/crates/derive_arbitrary. Symlink file LICENSE is added in Android codebase and points to file LICENSE-APACHE, so use it in Android.bp. Bug: 346390141 Test: CIs Change-Id: I3e71a009a00e28d0ce0aa4f3e47d493308e66c96
#[derive(Arbitrary)]
This crate implements support for automatically deriving the Arbitrary
trait.
Don't depend on this crate directly, though. Instead, enable the "derive"
feature of the arbitrary
crate.