spirv-linker 0.1.0

SPIR-V linker
Documentation
# 🔗 spirv-linker


[![Latest version](https://img.shields.io/crates/v/spirv-linker.svg)](https://crates.io/crates/spirv-linker)
[![Documentation](https://docs.rs/spirv-linker/badge.svg)](https://docs.rs/spirv-linker)
[![Actions Status](https://github.com/Traverse-Research/spirv-linker/workflows/Continuous%20integration/badge.svg)](https://github.com/Traverse-Research/spirv-linker/actions)
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE-MIT)
[![LICENSE](https://img.shields.io/badge/license-apache-blue.svg)](LICENSE-APACHE)
[![Contributor Covenant](https://img.shields.io/badge/contributor%20covenant-v1.4%20adopted-ff69b4.svg)](../master/CODE_OF_CONDUCT.md)

[![Banner](banner.png)](https://traverseresearch.nl)

A linker for SPIR-V binaries, directly lifted from the linker in `rust-gpu`, intended to be used standalone.

```toml
[dependencies]
spirv-linker = "0.1.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.