{"id":36236659,"url":"https://github.com/openbytedev/try-clone","last_synced_at":"2026-01-11T06:00:56.235Z","repository":{"id":330890481,"uuid":"1124334716","full_name":"OpenByteDev/try-clone","owner":"OpenByteDev","description":"Fallible cloning.","archived":false,"fork":false,"pushed_at":"2025-12-28T21:00:32.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-31T12:56:15.115Z","etag":null,"topics":[],"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/OpenByteDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-28T20:37:21.000Z","updated_at":"2025-12-28T21:00:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/OpenByteDev/try-clone","commit_stats":null,"previous_names":["openbytedev/try-clone"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/OpenByteDev/try-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenByteDev%2Ftry-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenByteDev%2Ftry-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenByteDev%2Ftry-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenByteDev%2Ftry-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenByteDev","download_url":"https://codeload.github.com/OpenByteDev/try-clone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenByteDev%2Ftry-clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28293188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T04:44:51.577Z","status":"ssl_error","status_checked_at":"2026-01-11T04:44:44.232Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-11T06:00:55.485Z","updated_at":"2026-01-11T06:00:56.219Z","avatar_url":"https://github.com/OpenByteDev.png","language":"Rust","readme":"# try-clone\n\n[![CI](https://github.com/OpenByteDev/try-clone/actions/workflows/ci.yml/badge.svg)](https://github.com/OpenByteDev/try-clone/actions/workflows/ci.yml) [![crates.io](https://img.shields.io/crates/v/try-clone.svg)](https://crates.io/crates/try-clone) [![Documentation](https://docs.rs/try-clone/badge.svg)](https://docs.rs/try-clone) [![dependency status](https://deps.rs/repo/github/openbytedev/try-clone/status.svg)](https://deps.rs/repo/github/openbytedev/try-clone) [![MIT](https://img.shields.io/crates/l/try-clone.svg)](https://github.com/OpenByteDev/try-clone/blob/master/LICENSE)\n\nFallible cloning.\n\nThis crate defines [`TryClone`](https://docs.rs/try-clone/latest/try_clone/trait.TryClone.html), a small trait for types whose cloning operation can fail. Unlike [`Clone`](https://doc.rust-lang.org/std/clone/trait.Clone.html), which is infallible by design, [`TryClone`](https://docs.rs/try-clone/latest/try_clone/trait.TryClone.html) returns a [`Result`](https://doc.rust-lang.org/std/result/enum.Result.html) to allow implementations to report errors.\n\nImplementations are provided for standard library types that expose a [`try_clone`](https://doc.rust-lang.org/stable/std/clone/index.html?search=try_clone) API, such as [`File`](https://doc.rust-lang.org/std/fs/struct.File.html), as well as for common containers and collections ([`Box`](https://doc.rust-lang.org/std/boxed/struct.Box.html), [`Arc`](https://doc.rust-lang.org/std/sync/struct.Arc.html), [`Vec`](https://doc.rust-lang.org/std/vec/struct.Vec.html), ...) where appropriate APIs exists.\n\nA blanket implementation is available behind the `blanket-impl` feature, which implements [`TryClone`](https://docs.rs/try-clone/latest/try_clone/trait.TryClone.html) for all [`Clone`](https://doc.rust-lang.org/std/clone/trait.Clone.html) types.\n\n## License\nLicensed under the MIT license ([LICENSE](https://github.com/OpenByteDev/try-clone/blob/master/LICENSE) or http://opensource.org/licenses/MIT)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenbytedev%2Ftry-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenbytedev%2Ftry-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenbytedev%2Ftry-clone/lists"}