#github #repository #pinned #fetch #gh

gh-pinned-rs

Fetch pinned repositories from github

5 stable releases

1.0.4 Jun 1, 2024
1.0.2 May 31, 2024

#4 in #gh

Download history 275/week @ 2024-05-31 9/week @ 2024-06-07 1/week @ 2024-06-28 7/week @ 2024-07-05

88 downloads per month

MIT license

5KB
54 lines

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

Dependencies

~6–17MB
~228K SLoC