Crates.io | sec |
lib.rs | sec |
version | 1.0.0 |
source | src |
created_at | 2017-12-15 22:14:30.441648 |
updated_at | 2021-04-05 16:06:58.86881 |
description | Prevent secrets from leaking via `Debug` or `Display` traits |
homepage | |
repository | https://github.com/49nord/sec-rs |
max_upload_size | |
id | 43252 |
size | 19,497 |
The sec
crate prevent secrets from accidentally leaking through Debug
or Display
implementations. See the documentation for details.