# 🌋 rspirv-reflect
[](https://crates.io/crates/rspirv-reflect)
[](https://docs.rs/rspirv-reflect)
[](https://github.com/Traverse-Research/rspirv-reflect/actions)
[](LICENSE-MIT)
[](LICENSE-APACHE)
[](../master/CODE_OF_CONDUCT.md)
[](https://traverseresearch.nl)
This is a minimal dependency, SPIR-V reflection library written in rust. It uses the [rspirv](https://github.com/gfx-rs/rspirv/) crate as it's basis. As of writing it supports SPIR-V up to and including version 1.5.
```toml
[dependencies]
rspirv-reflect = "0.6.0"
```
### License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](../master/LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](../master/LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Alternative libraries
* [SPIR-Q](https://github.com/PENGUINLIONG/spirq-rs)
* [spirv-reflect-rs](https://github.com/gwihlidal/spirv-reflect-rs)
* [spirv_cross](https://github.com/grovesNL/spirv_cross)
### Contribution
Unless 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.