5 个稳定版本
1.0.4 | 2024年6月1日 |
---|---|
1.0.2 | 2024年5月31日 |
#4 在 #gh
每月 下载量 88
5KB
54 行
gh-pinned-rs
从 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);
}
贡献
欢迎为 gh-pinned-rs 贡献!如果您有改进意见、新功能或错误修复,请随意在 gh-pinned-rs 上提交问题或拉取请求。
依赖项
~6–16MB
~226K SLoC