RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.6.11.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, RustScript, allows developers to write helper scripts in the Rust programming language and run them as shell scripts. It interprets a practical subset of Rust, enabling immediate execution. The action supports various Rust features such as functions, closures, structs, enums, patterns, loops, iterators, and standard library functionalities like files, paths, stdin/stdout, processes, and HTTP requests. It also supports bridging crates for additional functionality like anyhow, serde, and others.
What’s Changed
Full Changelog: https://github.com/VladasZ/rustscript/compare/v0.6.10...v0.6.11