Open tmpfs opened 2 years ago
Yep... I originally created this library just for use in a personal address book tui, but I've got time currently to work on it, so definitely open to any PRs or features you'd like to add.
Cool @kenianbei , i will take a look at implementing this.
I saw your TUI, it looks pretty cool, will try to take it for a spin one of these days.
My application that would use this library is dealing with private information and we use zeroize for securely zeroing memory on drop.
For the purposes of the application we need to treat contacts which would be represented by
Vcard
as secret and therefore would like to implement theZeroize
trait forVcard
.Are you interested in a PR that adds zeroize support behind a feature flag?