use SmolStr;
/// Your identity for things zenops manages, like git's commit author.
///
/// Lives at `[user]`. zenops also exposes these as `${user.name}` and
/// `${user.email}` template variables you can reference inside install
/// hints and shell init lines.
///
/// ```toml
/// [user]
/// name = "Ada Lovelace"
/// email = "ada@example.com"
/// ```
pub