Skip to content

A rust crate to fetch pinned repositories in github

License

Notifications You must be signed in to change notification settings

qxb3/gh-pinned-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-pinned-rs

Fetch pinned repositories from github.

Installation

[dependencies]
gh-pinned-rs = "1.0.4"

Example

use gh_pinned_rs::pinned;

#[tokio::main]
async fn main() -> Result<(), String> {
    let pinned_repos = pinned("qxb3").await?;

    println("{:#?}", pinned_repos);
}

Contribution

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

About

A rust crate to fetch pinned repositories in github

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages