RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.6.14.
- 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 developers to write helper scripts in Rust, run them like shell scripts without the need for compilation. It interprets a practical subset of Rust, making it fast to execute and validate scripts instantly. RustScript supports a wide range of features, including functions, closures, structs, enums, loops, iterators, and more. It also has built-in support for std libraries and many popular crates through bridges. However, it does not support std::thread, static mut, lifetimes, or generic bounds at runtime.
What’s Changed
Full Changelog: https://github.com/VladasZ/rustscript/compare/v0.6.13...v0.6.14