{"id":21423794,"url":"https://github.com/ossystems/compress-tools-rs","last_synced_at":"2025-05-16T05:04:15.543Z","repository":{"id":37445152,"uuid":"181969835","full_name":"OSSystems/compress-tools-rs","owner":"OSSystems","description":"A Swiss Army Knife for handling compressed data in Rust","archived":false,"fork":false,"pushed_at":"2025-02-23T18:07:24.000Z","size":239,"stargazers_count":81,"open_issues_count":14,"forks_count":29,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-16T05:04:11.022Z","etag":null,"topics":["compression","embedded-linux","iot","libarchive","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OSSystems.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","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}},"created_at":"2019-04-17T21:19:30.000Z","updated_at":"2025-02-26T00:54:56.000Z","dependencies_parsed_at":"2024-12-15T11:01:20.876Z","dependency_job_id":"3e23933e-9c82-460f-98cb-ddf48694133d","html_url":"https://github.com/OSSystems/compress-tools-rs","commit_stats":{"total_commits":249,"total_committers":25,"mean_commits":9.96,"dds":"0.41767068273092367","last_synced_commit":"615e54549ce08695a45c7f38d3fbd10827ed140c"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSSystems%2Fcompress-tools-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSSystems%2Fcompress-tools-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSSystems%2Fcompress-tools-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSSystems%2Fcompress-tools-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OSSystems","download_url":"https://codeload.github.com/OSSystems/compress-tools-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254471061,"owners_count":22076585,"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":["compression","embedded-linux","iot","libarchive","rust"],"created_at":"2024-11-22T21:18:12.009Z","updated_at":"2025-05-16T05:04:15.516Z","avatar_url":"https://github.com/OSSystems.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Coverage Status](https://coveralls.io/repos/github/OSSystems/compress-tools-rs/badge.svg?branch=master)](https://coveralls.io/github/OSSystems/compress-tools-rs?branch=master)\n[![Documentation](https://docs.rs/compress-tools/badge.svg)](https://docs.rs/compress-tools)\n\n# compress-tools\n\nThe `compress-tools` crate aims to provide a convenient and easy to use set\nof methods which builds on top of `libarchive` exposing a small set of it’s\nfunctionalities.\n\n| Platform | Build Status |\n| -------- | ------------ |\n| Linux - x86_64 | [![build status](https://github.com/OSSystems/compress-tools-rs/workflows/CI%20-%20Linux%20-%20x86_64/badge.svg)](https://github.com/OSSystems/compress-tools-rs/actions) |\n| macOS - x86_64 | [![build status](https://github.com/OSSystems/compress-tools-rs/workflows/CI%20-%20macOS%20-%20x86_64/badge.svg)](https://github.com/OSSystems/compress-tools-rs/actions) |\n| Windows - x86_64 | [![build status](https://github.com/OSSystems/compress-tools-rs/workflows/CI%20-%20Windows%20-%20x86_64/badge.svg)](https://github.com/OSSystems/compress-tools-rs/actions) |\n\n---\n\n## Dependencies\n\nYou must have `libarchive`, 3.2.0 or newer, properly installed on your\nsystem in order to use this. If building on *nix and Windows GNU\nsystems, `pkg-config` is used to locate the `libarchive`; on Windows\nMSVC, `vcpkg` will be used to locating the `libarchive`.\n\nThe minimum supported Rust version is 1.59.\n\n## Features\n\nThis crate is capable of extracting:\n\n* compressed files\n* archive files\n* single file from an archive\n\nFor example, to extract an archive file it is as simple as:\n\n```rust\nuse compress_tools::*;\nuse std::fs::File;\nuse std::path::Path;\n\nlet mut source = File::open(\"tree.tar.gz\")?;\nlet dest = Path::new(\"/tmp/dest\");\n\nuncompress_archive(\u0026mut source, \u0026dest, Ownership::Preserve)?;\n```\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally\nsubmitted for inclusion in the work by you, as defined in the\nApache-2.0 license, shall be dual licensed as above, without any\nadditional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fossystems%2Fcompress-tools-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fossystems%2Fcompress-tools-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fossystems%2Fcompress-tools-rs/lists"}