https://github.com/romnn/action-rs
Toolkit for building safe GitHub actions in Rust
https://github.com/romnn/action-rs
actions ci-cd github-actions rust toolkit
Last synced: about 2 months ago
JSON representation
Toolkit for building safe GitHub actions in Rust
- Host: GitHub
- URL: https://github.com/romnn/action-rs
- Owner: romnn
- License: mit
- Created: 2023-04-17T17:18:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-22T23:37:29.000Z (about 1 year ago)
- Last Synced: 2025-05-22T05:14:40.727Z (about 1 year ago)
- Topics: actions, ci-cd, github-actions, rust, toolkit
- Language: Rust
- Homepage: https://docs.rs/action-core
- Size: 110 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## action-rs
[
](https://github.com/romnn/action-rs/actions/workflows/build.yaml)
[
](https://github.com/romnn/action-rs/actions/workflows/test.yaml)
[](https://deps.rs/repo/github/romnn/action-rs)
[
](https://docs.rs/action-core)
[
](https://crates.io/crates/action-core)
Toolkit for building safe GitHub actions in Rust.
```bash
cargo add action-core
```
### Example
TODO