{"id":16495378,"url":"https://github.com/woelper/dircpy","last_synced_at":"2026-02-23T07:01:49.391Z","repository":{"id":39328023,"uuid":"290048028","full_name":"woelper/dircpy","owner":"woelper","description":"A library to recursively copy directories, with some convenience added.","archived":false,"fork":false,"pushed_at":"2024-09-08T07:07:47.000Z","size":66,"stargazers_count":27,"open_issues_count":2,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-27T14:52:11.545Z","etag":null,"topics":["copy","directory","recursive","rust","rust-library"],"latest_commit_sha":null,"homepage":"","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/woelper.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","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}},"created_at":"2020-08-24T21:54:22.000Z","updated_at":"2025-11-05T16:19:01.000Z","dependencies_parsed_at":"2025-01-05T09:09:59.667Z","dependency_job_id":"42fc0eab-74da-421b-8500-bf082413ae98","html_url":"https://github.com/woelper/dircpy","commit_stats":{"total_commits":85,"total_committers":8,"mean_commits":10.625,"dds":"0.12941176470588234","last_synced_commit":"645889b819dc78deade6d7ef16aba0420b8e5d08"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/woelper/dircpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woelper%2Fdircpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woelper%2Fdircpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woelper%2Fdircpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woelper%2Fdircpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/woelper","download_url":"https://codeload.github.com/woelper/dircpy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woelper%2Fdircpy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29739024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T04:51:08.365Z","status":"ssl_error","status_checked_at":"2026-02-23T04:49:15.865Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["copy","directory","recursive","rust","rust-library"],"created_at":"2024-10-11T14:29:23.765Z","updated_at":"2026-02-23T07:01:49.345Z","avatar_url":"https://github.com/woelper.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dircpy\n[![Crates.io](https://img.shields.io/crates/v/dircpy.svg)](https://crates.io/crates/dircpy)\n[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/woelper/dircpy/blob/master/LICENSE)\n[![Docs Status](https://docs.rs/dircpy/badge.svg)](https://docs.rs/dircpy)\n\n![Crates.io](https://img.shields.io/crates/d/dircpy?label=crates.io%20downloads)\n\n[![Test Linux](https://github.com/woelper/dircpy/actions/workflows/test_linux.yml/badge.svg)](https://github.com/woelper/dircpy/actions/workflows/test_linux.yml)\n[![Test Windows](https://github.com/woelper/dircpy/actions/workflows/test_windows.yml/badge.svg)](https://github.com/woelper/dircpy/actions/workflows/test_windows.yml)\n\nA cross-platform library to recursively copy directories, with some convenience added.\n\n\n```rust\n use dircpy::*;\n\n // Most basic example:\n copy_dir(\"src\", \"dest\");\n\n // Simple builder example:\nCopyBuilder::new(\"src\", \"dest\")\n  .run()\n  .unwrap();\n\n // Copy recursively, only including certain files:\nCopyBuilder::new(\"src\", \"dest\")\n  .overwrite_if_newer(true)\n  .overwrite_if_size_differs(true)\n  .with_include_filter(\".txt\")\n  .with_include_filter(\".csv\")\n  .run()\n  .unwrap();\n  \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoelper%2Fdircpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwoelper%2Fdircpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoelper%2Fdircpy/lists"}