{"id":20046170,"url":"https://github.com/spa5k/chronicles","last_synced_at":"2025-10-28T01:17:48.169Z","repository":{"id":62444789,"uuid":"502816997","full_name":"spa5k/chronicles","owner":"spa5k","description":"A simple crate to handle extraction of various types of archives through universal API. ","archived":false,"fork":false,"pushed_at":"2022-06-15T07:04:35.000Z","size":35,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-16T17:59:51.117Z","etag":null,"topics":["archive","crate","rust","tar","zip"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/chronicles","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/spa5k.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}},"created_at":"2022-06-13T05:27:35.000Z","updated_at":"2023-03-07T04:32:48.000Z","dependencies_parsed_at":"2022-11-01T22:01:48.165Z","dependency_job_id":null,"html_url":"https://github.com/spa5k/chronicles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/spa5k/chronicles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spa5k%2Fchronicles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spa5k%2Fchronicles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spa5k%2Fchronicles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spa5k%2Fchronicles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spa5k","download_url":"https://codeload.github.com/spa5k/chronicles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spa5k%2Fchronicles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267814322,"owners_count":24148328,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["archive","crate","rust","tar","zip"],"created_at":"2024-11-13T11:21:30.044Z","updated_at":"2025-10-28T01:17:43.135Z","avatar_url":"https://github.com/spa5k.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chronicles - A crate for extracting various types of Archive files.\n\n## Currently supporting the following formats:\n\n- [Zip](https://www.info-zip.org/)\n- [Tar](https://www.gnu.org/software/tar/)\n- [Gz](https://www.gnu.org/software/gzip/)\n\n## How to use -\n\n```rust\nuse chronicles::extract;\n\nlet file = path::Path::new(\"someZip.zip\");\n// Path to extract to\nlet to = path::Path::new(\"./extracted\");\nlet res = extract(file, to);\n```\n\n## Supported extensions -\n\n- `.zip`\n- `.tar.gz`\n- `.tar.xz`\n\n## Todo -\n\n- Support conversion between files.\n- Support async operations.\n- More formats.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspa5k%2Fchronicles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspa5k%2Fchronicles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspa5k%2Fchronicles/lists"}