Crate credent_fs[][src]

Reads / Writes credentials from / to disk.

Re-exports

pub use credent_fs_model as model;

Structs

CredentialsFile

Returns the path to the credentials file.

CredentialsFileLoader

Reads credentials from the user’s configuration directory.

CredentialsFileStorer

Writes credentials to the user’s configuration directory.

Constants

CREDENTIALS_FILE_NAME

Name of the file used to store credentials.