Crate repo_icons

Source
Expand description

§repo_icons

Get icons for a GitHub repository.

§Usage

use repo_icons::RepoIcons;

let icons = RepoIcons::load("facebook", "react").await?;

for icon in icons {
  println("{:?}", icon)
}

Modules§

readme_image

Macros§

gh_api_get
gh_get

Structs§

Icon
Icons
Readme
ReadmeImage
RepoBlob
RepoIcon
RepoIcons

Enums§

IconInfo
IconKind
KeywordMention
ProjectLink
RepoIconKind

Functions§

get_token
gh_client
set_token