{"id":22616381,"url":"https://github.com/xpepermint/async-gitlib","last_synced_at":"2025-03-29T00:44:02.415Z","repository":{"id":57499886,"uuid":"273313711","full_name":"xpepermint/async-gitlib","owner":"xpepermint","description":"Asynchronous library with libgit2 artifacts.","archived":false,"fork":false,"pushed_at":"2020-06-18T21:05:25.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-01T21:07:23.694Z","etag":null,"topics":["async","async-std","cargo","crate","git","git2","libgit2","rust"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xpepermint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-18T18:39:07.000Z","updated_at":"2021-07-22T15:58:11.000Z","dependencies_parsed_at":"2022-08-28T14:21:27.049Z","dependency_job_id":null,"html_url":"https://github.com/xpepermint/async-gitlib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Fasync-gitlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Fasync-gitlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Fasync-gitlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Fasync-gitlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xpepermint","download_url":"https://codeload.github.com/xpepermint/async-gitlib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246122246,"owners_count":20726822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["async","async-std","cargo","crate","git","git2","libgit2","rust"],"created_at":"2024-12-08T19:12:20.978Z","updated_at":"2025-03-29T00:44:02.390Z","avatar_url":"https://github.com/xpepermint.png","language":"Rust","readme":"\u003e Asynchronous library with libgit2 artifacts.\n\nThis package provides asynchronous structures for working with [libgit2](https://libgit2.org) features and uses [async-std](https://github.com/async-rs/async-std) and [git2](https://docs.rs/git2/) under the hood.\n\n**Clone**\n\n```rs\nlet source = \"https://github.com/xpepermint/async-gitlib\";\nlet target = \"./target\";\nlet task = RepoClone::default();\ntask.set_bare(false);\ntask.set_branch(\"master\");\ntask.clone(source, target).await?;\n```\n\n**Init**\n\n```rs\nlet target = \"./target\";\nlet task = RepoInit::default();\ntask.set_bare(false);\ntask.init(target).await?;\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpepermint%2Fasync-gitlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxpepermint%2Fasync-gitlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpepermint%2Fasync-gitlib/lists"}