## action-rs
[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/romnn/action-rs/build.yaml?label=build">](https://github.com/romnn/action-rs/actions/workflows/build.yaml)
[<img alt="test status" src="https://img.shields.io/github/actions/workflow/status/romnn/action-rs/test.yaml?label=test">](https://github.com/romnn/action-rs/actions/workflows/test.yaml)
[](https://deps.rs/repo/github/romnn/action-rs)
[<img alt="docs.rs" src="https://img.shields.io/docsrs/action-core/latest?label=docs.rs">](https://docs.rs/action-core)
[<img alt="crates.io" src="https://img.shields.io/crates/v/action-core">](https://crates.io/crates/action-core)
Toolkit for building safe GitHub actions in Rust.
```bash
cargo add action-core
```
### Example
TODO