{"id":29210669,"url":"https://github.com/embarkstudios/spirv-tools-rs","last_synced_at":"2025-10-11T18:10:03.843Z","repository":{"id":41999146,"uuid":"298498398","full_name":"EmbarkStudios/spirv-tools-rs","owner":"EmbarkStudios","description":"🛠 Wrapper crate for SPIRV-Tools 🦀","archived":false,"fork":false,"pushed_at":"2024-02-05T14:19:50.000Z","size":231,"stargazers_count":28,"open_issues_count":2,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-02T21:07:30.153Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://embark.rs","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/EmbarkStudios.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-09-25T07:20:00.000Z","updated_at":"2025-05-01T15:40:18.000Z","dependencies_parsed_at":"2025-07-02T21:07:32.700Z","dependency_job_id":"8e292868-4b3b-43e4-90f1-94c232304641","html_url":"https://github.com/EmbarkStudios/spirv-tools-rs","commit_stats":{"total_commits":75,"total_committers":7,"mean_commits":"10.714285714285714","dds":0.1333333333333333,"last_synced_commit":"701f40b75a60500cbf061b62d267805c0e8d062c"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":"EmbarkStudios/opensource-template","purl":"pkg:github/EmbarkStudios/spirv-tools-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fspirv-tools-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fspirv-tools-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fspirv-tools-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fspirv-tools-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EmbarkStudios","download_url":"https://codeload.github.com/EmbarkStudios/spirv-tools-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fspirv-tools-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008298,"owners_count":26084428,"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-11T02:00:06.511Z","response_time":55,"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":"2025-07-02T21:07:28.318Z","updated_at":"2025-10-11T18:10:03.795Z","avatar_url":"https://github.com/EmbarkStudios.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# `🛠 spirv-tools`\n  \n  **Unofficial wrapper for [SPIR-V Tools], primarily for the [rust-gpu] project**\n\n[![Embark](https://img.shields.io/badge/embark-open%20source-blueviolet.svg)](https://embark.dev)\n[![Embark](https://img.shields.io/badge/discord-ark-%237289da.svg?logo=discord)](https://discord.gg/dAuKfZS)\n[![Crates.io](https://img.shields.io/crates/v/spirv-tools.svg)](https://crates.io/crates/spirv-tools)\n[![Docs](https://docs.rs/spirv-tools/badge.svg)](https://docs.rs/spirv-tools)\n[![dependency status](https://deps.rs/repo/github/EmbarkStudios/spirv-tools/status.svg)](https://deps.rs/repo/github/EmbarkStudios/spirv-tools)\n[![Build status](https://github.com/EmbarkStudios/spirv-tools-rs/workflows/CI/badge.svg)](https://github.com/EmbarkStudios/spirv-tools-rs/actions)\n\n\u003c/div\u003e\n\n## Status\n\nThis is a very rough wrapper around the assembler, validator, and (most of the) optimizer tools available from [SPIR-V Tools], which is enough for the current needs of the [rust-gpu] project. See that project's code for more thorough usage examples.\n\n## Contributing\n\n[![Contributor Covenant](https://img.shields.io/badge/contributor%20covenant-v1.4-ff69b4.svg)](CODE_OF_CONDUCT.md)\n\nWe welcome community contributions to this project.\n\nPlease read our [Contributor Guide](CONTRIBUTING.md) for more information on how to get started.\n\n## License\n\nLicensed under either of\n\n* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e)\n* MIT license ([LICENSE-MIT](LICENSE-MIT) or \u003chttp://opensource.org/licenses/MIT\u003e)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.\n\n[SPIR-V Tools]: https://github.com/KhronosGroup/SPIRV-Tools\n[rust-gpu]: https://github.com/EmbarkStudios/rust-gpu\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembarkstudios%2Fspirv-tools-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fembarkstudios%2Fspirv-tools-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembarkstudios%2Fspirv-tools-rs/lists"}