clear_on_drop 0.2.4

Helpers for clearing sensitive data on the stack and heap
Documentation
[badges.appveyor]
repository = "cesarb/clear_on_drop"

[badges.travis-ci]
repository = "cesarb/clear_on_drop"
[build-dependencies.cc]
version = "1.0"

[dependencies]

[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"
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.4"