Crate xand_secrets

Crate xand_secrets 

Source

Structs§

Secret
Wrapper type for values that contains secrets, which attempts to limit accidental exposure and ensure secrets are wiped from memory when dropped. (e.g. passwords, cryptographic keys, access tokens or other credentials)

Enums§

CheckHealthError
ReadSecretError

Traits§

ExposeSecret
Expose a reference to an inner secret
SecretKeyValueStore