RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.6.1.
- 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 Rust scripts and run them as if they were shell scripts. It compiles Rust code into a native binary, enabling scripts to be executed quickly and directly without the need for compilation. The action supports various features of Rust, including functions, closures, structs, enums, patterns, loops, iterators, and standard library bridging for common tasks like file I/O, network operations, and more. It also provides a cmp command to compile and run scripts as native binaries directly from the terminal.
What’s Changed
Full Changelog: https://github.com/VladasZ/rustscript/compare/v0.6.0...v0.6.1