RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.3.4.
- 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 an interpreter that allows running Rust scripts without compiling them. It provides functionalities like running, validating, building, and cleaning Rust scripts. The action interprets a practical subset of the language and uses Rustc to validate files. It supports concurrency with #[tokio::main] scripts and caches compiled files for faster execution.
What’s Changed
Full Changelog: https://github.com/VladasZ/rustscript/compare/v0.3.3...v0.3.4