[][src]Function github_star_counter::render_output

pub fn render_output(
    template: Option<PathBuf>,
    repos: Vec<Repo>,
    login: String,
    repo_limit: usize,
    stargazer_threshold: usize
) -> Result<String, Error>