clear_on_drop 0.2.5

Helpers for clearing sensitive data on the stack and heap
Documentation
[[bench]]
harness = false
name = "clear_on_drop"

[[bench]]
harness = false
name = "clear_stack_on_return"

[build-dependencies.cc]
version = "1.0"

[dependencies]

[dev-dependencies.criterion]
features = ["cargo_bench_support", "html_reports"]
version = "0.3"

[features]
nightly = ["no_cc"]
no_cc = []

[package]
authors = ["Cesar Eduardo Barros <cesarb@cesarb.eti.br>"]
build = "build.rs"
categories = ["cryptography", "no-std"]
description = "Helpers for clearing sensitive data on the stack and heap"
documentation = "https://docs.rs/clear_on_drop"
edition = "2018"
keywords = ["clear_on_drop", "clear_stack", "zeroize"]
license = "MIT OR Apache-2.0"
name = "clear_on_drop"
readme = "README.md"
repository = "https://github.com/cesarb/clear_on_drop"
version = "0.2.5"