Crate credent_model

Source
Expand description

Data types to represent application credentials.

Structsยง

Credentials
Credentials to log into the application.
Password
Password to login. String newtype.
Profile
Profile to store credentials under.
Profiles
Set of Profiles. BTreeSet newtype.
Username
Username to login. String newtype.