{"id":17053071,"url":"https://github.com/bschwind/png-decoder","last_synced_at":"2025-10-13T11:10:51.277Z","repository":{"id":40447894,"uuid":"317843995","full_name":"bschwind/png-decoder","owner":"bschwind","description":"A pure-Rust, no_std compatible PNG decoder","archived":false,"fork":false,"pushed_at":"2022-10-09T02:34:04.000Z","size":1589,"stargazers_count":45,"open_issues_count":2,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-13T18:16:36.057Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bschwind.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":null,"support":null}},"created_at":"2020-12-02T11:42:51.000Z","updated_at":"2025-07-31T08:57:39.000Z","dependencies_parsed_at":"2022-08-09T20:40:56.149Z","dependency_job_id":null,"html_url":"https://github.com/bschwind/png-decoder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bschwind/png-decoder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bschwind%2Fpng-decoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bschwind%2Fpng-decoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bschwind%2Fpng-decoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bschwind%2Fpng-decoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bschwind","download_url":"https://codeload.github.com/bschwind/png-decoder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bschwind%2Fpng-decoder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270807934,"owners_count":24649346,"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-08-17T02:00:09.016Z","response_time":129,"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":[],"created_at":"2024-10-14T10:11:16.269Z","updated_at":"2025-10-13T11:10:45.901Z","avatar_url":"https://github.com/bschwind.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# png-decoder\n\nA pure-Rust, no_std compatible PNG decoder.\n\nSee [examples/basic.rs](examples/basic.rs) for basic usage. The `decode()` function returns a PNG header and associated byte data, represented as RGBA (8 bits per channel).\n\n## Dependencies\n- cargo\n- rustc\n\n## Build\n\n```\n$ cargo build --release\n```\n\n## Testing\n\n```\n$ cargo test\n```\n\n## Code Format\n\nThe formatting options currently use nightly-only options.\n\n```\n$ cargo +nightly fmt\n```\n\n## Code Linting\n\n```\n$ cargo clippy\n```\n\n## Code Fuzzing\n\nFuzzing requires a nightly toolchain. Fuzzing for this project is currently confirmed to work with:\n\n```\n+nightly-2020-10-07\n```\n\n## Running\n\n```\ncargo install cargo-fuzz\ncargo +nightly-2020-10-07 fuzz run png_decoder_fuzzer\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbschwind%2Fpng-decoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbschwind%2Fpng-decoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbschwind%2Fpng-decoder/lists"}