decrypt_file

Function decrypt_file 

Source
pub fn decrypt_file<P: AsRef<Path>>(
    path: P,
    key: &str,
) -> Result<String, ConfigSecretsError>
Expand description

Decrypts a configuration file and returns the content as a string.