{"id":25714395,"url":"https://github.com/ilyasgaraev/openzip","last_synced_at":"2025-10-14T11:39:29.963Z","repository":{"id":56886918,"uuid":"79606844","full_name":"ilyasgaraev/openzip","owner":"ilyasgaraev","description":"Openzip is a Ruby library (written in Rust) for fast extract Zip files","archived":false,"fork":false,"pushed_at":"2018-04-08T20:11:50.000Z","size":31,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T01:29:04.523Z","etag":null,"topics":["ruby","rust","zip"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/ilyasgaraev.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":"2017-01-20T22:41:00.000Z","updated_at":"2018-04-08T20:11:47.000Z","dependencies_parsed_at":"2022-08-20T14:31:27.365Z","dependency_job_id":null,"html_url":"https://github.com/ilyasgaraev/openzip","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/ilyasgaraev/openzip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyasgaraev%2Fopenzip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyasgaraev%2Fopenzip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyasgaraev%2Fopenzip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyasgaraev%2Fopenzip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilyasgaraev","download_url":"https://codeload.github.com/ilyasgaraev/openzip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyasgaraev%2Fopenzip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019060,"owners_count":26086517,"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-10-14T02:00:06.444Z","response_time":60,"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":["ruby","rust","zip"],"created_at":"2025-02-25T12:53:19.016Z","updated_at":"2025-10-14T11:39:29.944Z","avatar_url":"https://github.com/ilyasgaraev.png","language":"Ruby","readme":"# Openzip\n\n[![Build Status](https://img.shields.io/travis/ilyasgaraev/openzip/master.svg?style=flat-square)](https://travis-ci.org/ilyasgaraev/openzip)\n[![Code Climate](https://img.shields.io/codeclimate/github/ilyasgaraev/openzip.svg?style=flat-square)](https://codeclimate.com/github/ilyasgaraev/openzip)\n[![Test Coverage](https://img.shields.io/codeclimate/coverage/github/ilyasgaraev/openzip.svg?style=flat-square)](https://codeclimate.com/github/ilyasgaraev/openzip/coverage)\n[![Gem](https://img.shields.io/gem/v/openzip.svg?style=flat-square)](https://github.com/ilyasgaraev/openzip)\n\n\n**Openzip** is a Ruby library (written in Rust) for fast extract Zip files.\n\n## Usage\n\nBefore you begin, you need to install Rust (with Cargo) on your system (see [Requirements](#requirements)).\n\n```ruby\nOpenzip.extract(\"path/to/file.zip\", \"extract/path\")\n# returns true if the method successfully executed; otherwise, false\n```\n\nThe **DEBUG** environment variable can be used to enable debug logs:\n\n```ruby\n# DEBUG=true\nOpenzip.extract(\"wrong/path/file.zip\", \"extract/path\")\n# Error: No such file or directory (os error 2)\n# =\u003e false\n```\n\n## Requirements\n\n* Rust and Cargo ([https://www.rust-lang.org/en-US/install.html](https://www.rust-lang.org/en-US/install.html))\n* Ruby 2.0 or greater\n\n## Benchmarking\n\n* Memory usage: [benchmarking/memory.md](benchmarking/memory.md)\n* Iterations per second: [benchmarking/iterations.md](benchmarking/iterations.md)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem \"openzip\"\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install openzip\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/ilyasgaraev/openzip. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyasgaraev%2Fopenzip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filyasgaraev%2Fopenzip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyasgaraev%2Fopenzip/lists"}