Skip to main content

render_output

Function render_output 

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