gh-pinned-rs

Crates.iogh-pinned-rs
lib.rsgh-pinned-rs
version1.0.4
sourcesrc
created_at2024-05-31 06:59:31.901691
updated_at2024-06-01 02:09:57.850669
descriptionFetch pinned repositories from github.
homepage
repository
max_upload_size
id1257732
size5,306
(qxb3)

documentation

README

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

Commit count: 0

cargo fmt