zeroize_derive

Crates.iozeroize_derive
lib.rszeroize_derive
version1.4.2
sourcesrc
created_at2019-03-23 21:12:27.53753
updated_at2023-03-31 02:07:19.386562
descriptionCustom derive support for zeroize
homepage
repositoryhttps://github.com/RustCrypto/utils/tree/master/zeroize/derive
max_upload_size
id123393
size44,835
utils (github:rustcrypto:utils)

documentation

README

RustCrypto: zeroize_derive

Crate Apache 2.0 Licensed/MIT MSRV Build Status

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.

Minimum Supported Rust Version

Rust 1.56 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.

License

Licensed under either of:

at your option.

Contribution

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.

Commit count: 976

cargo fmt