Crates.io | gh-pinned-rs |
lib.rs | gh-pinned-rs |
version | 1.0.4 |
source | src |
created_at | 2024-05-31 06:59:31.901691 |
updated_at | 2024-06-01 02:09:57.850669 |
description | Fetch pinned repositories from github. |
homepage | |
repository | |
max_upload_size | |
id | 1257732 |
size | 5,306 |
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