{"id":22576050,"url":"https://github.com/trifectatechfoundation/bzip2-rs","last_synced_at":"2026-01-15T22:18:44.898Z","repository":{"id":21056813,"uuid":"24355992","full_name":"trifectatechfoundation/bzip2-rs","owner":"trifectatechfoundation","description":"libbz2 (bzip2 compression) bindings for Rust","archived":false,"fork":false,"pushed_at":"2025-02-28T13:57:24.000Z","size":1935,"stargazers_count":114,"open_issues_count":18,"forks_count":65,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-03T05:09:00.766Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/trifectatechfoundation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-09-23T03:54:37.000Z","updated_at":"2025-03-27T03:15:51.000Z","dependencies_parsed_at":"2024-06-18T17:09:47.854Z","dependency_job_id":"2897dd75-dfe6-4297-9104-c1d9d1ac1c1b","html_url":"https://github.com/trifectatechfoundation/bzip2-rs","commit_stats":{"total_commits":171,"total_committers":26,"mean_commits":6.576923076923077,"dds":0.3801169590643275,"last_synced_commit":"3f84eafd4f1d9d60f1a2f94f623a96a02eac5f43"},"previous_names":["trifectatechfoundation/bzip2-rs","alexcrichton/bzip2-rs"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trifectatechfoundation%2Fbzip2-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trifectatechfoundation%2Fbzip2-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trifectatechfoundation%2Fbzip2-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trifectatechfoundation%2Fbzip2-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trifectatechfoundation","download_url":"https://codeload.github.com/trifectatechfoundation/bzip2-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248197545,"owners_count":21063620,"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":[],"created_at":"2024-12-08T04:02:05.511Z","updated_at":"2026-01-15T22:18:44.858Z","avatar_url":"https://github.com/trifectatechfoundation.png","language":"C","readme":"# bzip2\n\n[Documentation](https://docs.rs/bzip2)\n\nA streaming compression/decompression library for rust with bindings to `libbz2`.\n\n## Features\n\nBy default, `bzip2-rs` attempts to use the system `libbz2`. When `libbz2` is not available, the library \nis built from source. A from source build requires a functional C toolchain for your target, and may not \nwork for all targets (in particular webassembly).\n\n*`libbz2-rs-sys`*\n\nSince version 0.5.0, this crate also supports using [libbz2-rs-sys](https://crates.io/crates/libbz2-rs-sys),\na drop-in compatible rust implementation of `libbz2`. With this feature enabled, cross-compilation should work\nlike any other rust code, and no C toolchain is needed to compile this crate or its dependencies.\n\n```sh\nbzip2 = { version = \"0.5.1\", default-features = false, features = [\"libbz2-rs-sys\"] }\n```\n\n*`static`*\n\nAlways build `libbz2` from C source, and statically link it. This flag is only meaningful when `bzip2-sys` is used,\nand has no effect when `libbz2-rs-sys` is used as the bzip2 implementation.\n\n## License\n\nThis project is licensed under either of\n\n * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or\n   http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or\n   http://opensource.org/licenses/MIT)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in this repository by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","funding_links":[],"categories":["Libraries"],"sub_categories":["Compression"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrifectatechfoundation%2Fbzip2-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrifectatechfoundation%2Fbzip2-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrifectatechfoundation%2Fbzip2-rs/lists"}