RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.6.16.
- 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
RustScript is a tool that allows users to write helper scripts in Rust and run them as shell scripts, with no compile step. It interprets a practical subset of the language and validates files with real rustc. The action supports features like functions, closures, structs, enums, patterns, loops, iterators, collections, and more. It also bridges the std library and some external crates for additional functionality.
What’s Changed
Full Changelog: https://github.com/VladasZ/rustscript/compare/v0.6.15...v0.6.16