5 stable releases
1.0.4 | Jun 1, 2024 |
---|---|
1.0.2 | May 31, 2024 |
#2 in #gh
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–16MB
~214K SLoC