commit | 9be54d1836918545172426a5000fe77927b318b0 | [log] [tgz] |
---|---|---|
author | Chih-Yu Huang <[email protected]> | Tue Oct 25 11:40:26 2022 +0900 |
committer | Chih-Yu Huang <[email protected]> | Tue Oct 25 11:40:26 2022 +0900 |
tree | 6d3e092de332639fc1192d425f59605aaca21d75 | |
parent | 7c041b4428b28c85fc11ac456fca5b5f666a267b [diff] |
Enable tests This CL enables the tests of the crate. The Android.bp is generated by `cargo2android.py --config cargo2android.json`. Bug: 254153648 Test: mmm external/rust/crates/zeroize_derive Change-Id: I0a5dd450f5ad30b26e383e7dae2a93d850b83e2f
zeroize_derive
Custom derive support for zeroize: a crate for securely zeroing memory while avoiding compiler optimizations.
This crate isn't intended to be used directly. See zeroize crate for documentation.
Rust 1.51 or newer.
In the future, we reserve the right to change MSRV (i.e. MSRV is out-of-scope for this crate's SemVer guarantees), however when we do it will be accompanied by a minor version bump.
Licensed under either of:
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.