|
| 1 | +# styx-testhelpers |
| 2 | + |
| 3 | +[](https://crates.io/crates/styx-testhelpers) |
| 4 | +[](https://docs.rs/styx-testhelpers) |
| 5 | +[](./LICENSE) |
| 6 | + |
| 7 | +Various shared helpers for styx tests. |
| 8 | + |
| 9 | +## Sponsors |
| 10 | + |
| 11 | +Thanks to all individual sponsors: |
| 12 | + |
| 13 | +<p> <a href="https://github.com/sponsors/fasterthanlime"> |
| 14 | +<picture> |
| 15 | +<source media="(prefers-color-scheme: dark)" srcset="https://github.com/bearcove/styx/raw/main/static/sponsors-v3/github-dark.svg"> |
| 16 | +<img src="https://github.com/bearcove/styx/raw/main/static/sponsors-v3/github-light.svg" height="40" alt="GitHub Sponsors"> |
| 17 | +</picture> |
| 18 | +</a> <a href="https://patreon.com/fasterthanlime"> |
| 19 | + <picture> |
| 20 | + <source media="(prefers-color-scheme: dark)" srcset="https://github.com/bearcove/styx/raw/main/static/sponsors-v3/patreon-dark.svg"> |
| 21 | + <img src="https://github.com/bearcove/styx/raw/main/static/sponsors-v3/patreon-light.svg" height="40" alt="Patreon"> |
| 22 | + </picture> |
| 23 | +</a> </p> |
| 24 | + |
| 25 | +...along with corporate sponsors: |
| 26 | + |
| 27 | +<p> <a href="https://aws.amazon.com"> |
| 28 | +<picture> |
| 29 | +<source media="(prefers-color-scheme: dark)" srcset="https://github.com/bearcove/styx/raw/main/static/sponsors-v3/aws-dark.svg"> |
| 30 | +<img src="https://github.com/bearcove/styx/raw/main/static/sponsors-v3/aws-light.svg" height="40" alt="AWS"> |
| 31 | +</picture> |
| 32 | +</a> <a href="https://zed.dev"> |
| 33 | +<picture> |
| 34 | +<source media="(prefers-color-scheme: dark)" srcset="https://github.com/bearcove/styx/raw/main/static/sponsors-v3/zed-dark.svg"> |
| 35 | +<img src="https://github.com/bearcove/styx/raw/main/static/sponsors-v3/zed-light.svg" height="40" alt="Zed"> |
| 36 | +</picture> |
| 37 | +</a> <a href="https://depot.dev?utm_source=facet"> |
| 38 | +<picture> |
| 39 | +<source media="(prefers-color-scheme: dark)" srcset="https://github.com/bearcove/styx/raw/main/static/sponsors-v3/depot-dark.svg"> |
| 40 | +<img src="https://github.com/bearcove/styx/raw/main/static/sponsors-v3/depot-light.svg" height="40" alt="Depot"> |
| 41 | +</picture> |
| 42 | +</a> </p> |
| 43 | + |
| 44 | +...without whom this work could not exist. |
| 45 | + |
| 46 | +## License |
| 47 | + |
| 48 | +Licensed under either of: |
| 49 | + |
| 50 | +- Apache License, Version 2.0 ([LICENSE-APACHE](https://github.com/bearcove/styx/blob/main/LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>) |
| 51 | +- MIT license ([LICENSE-MIT](https://github.com/bearcove/styx/blob/main/LICENSE-MIT) or <http://opensource.org/licenses/MIT>) |
| 52 | + |
| 53 | +at your option. |
0 commit comments