spack-rs 0.0.6

Summon spack from rust build scripts!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
spack-rs
========

A rust interface to [spack](https://github.com/spack/spack)! Useful for [build scripts](https://doc.rust-lang.org/cargo/reference/build-scripts.html).

*See example usage in [`re2`](./re2) and [`vectorscan`](./vectorscan).*

# License

`spack-rs` (in order to maximize compatibility with Spack itself) is also distributed under the terms of both the [MIT license](./LICENSE-MIT) and the
[Apache License (Version 2.0)](./LICENSE-APACHE). Users may choose either license, at their
option.