RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.6.12.
- 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 you to write helper scripts in Rust and run them like shell scripts without the need to compile them. It provides a practical subset of the Rust language, enabling instant execution and validation with rust check. The action bridges many standard library functions and third-party crates to support common tasks such as file handling, HTTP requests, JSON parsing, regular expressions, and more. It simplifies the workflow by automating compilation and running, making it suitable for developers who want to use Rust without the overhead of compiling.
What’s Changed
Full Changelog: https://github.com/VladasZ/rustscript/compare/v0.6.11...v0.6.12