Fetch pinned repositories from github.
[dependencies]
gh-pinned-rs = "1.0.4"use gh_pinned_rs::pinned;
#[tokio::main]
async fn main() -> Result<(), String> {
let pinned_repos = pinned("qxb3").await?;
println("{:#?}", pinned_repos);
}Contributions to gh-pinned-rs are welcome! If you have ideas for improvements, new features, or bug fixes, feel free to open an issue or submit a pull request on gh-pinned-rs