RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.6.15.
- 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 scripts in Rust and run them as if they were shell scripts, without the need for compilation. It provides a practical subset of Rust syntax and includes support for many standard library features and bridged crates, such as anyhow, serde, and reqwest. RustScript also supports async programming with tokio and real sharing through Rc, Arc, RefCell, Cell, and Mutex. The tool is cross-platform, supporting Linux, macOS, and Windows, and provides built-in commands for validating scripts, compiling them into native binaries, listing supported features, and cleaning caches.
What’s Changed
Full Changelog: https://github.com/VladasZ/rustscript/compare/v0.6.14...v0.6.15