Struct project_init::types::Author [] [src]

pub struct Author {
    pub name: String,
    pub email: String,
    pub github_username: Option<String>,
    pub reco_developer: Option<bool>,
}

Struct for the author. This is read from the global configuration that resides at $HOME/.pi.toml

Fields

Trait Implementations

impl Debug for Author
[src]

[src]

Formats the value using the given formatter.