Below you will find pages that utilize the taxonomy term “VladasZ”
July 25, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.2.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 Rust runtime that interprets and executes Rust scripts without compiling them to machine code. It provides a way to run small Rust programs directly from the command line or as part of CI/CD pipelines. This allows developers to quickly test snippets or automate tasks without waiting for a full compile.
July 24, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.2.10.
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 interprets and runs Rust scripts without compiling them fully. It allows users to execute Rust code directly from the command line, bypassing the need for Cargo or type checking. The action supports running scripts, validating them without execution, building native binaries, listing supported features, clearing caches, and updating releases.
July 24, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.2.7.
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 running Rust scripts without compiling them. It supports a practical subset of the language and provides features like rust check to validate scripts without executing them. The interpreter does not implement a second type system, but it handles errors and panics as expected for compiled Rust code.
July 23, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.2.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 This GitHub Action is a RustScript interpreter that automates the process of running and validating Rust scripts without the need to compile them fully. It supports executing and checking Rust code directly from files or snippets, providing a practical way to prototype and test small scripts without waiting for full compilation times.
July 23, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.1.9.
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 This GitHub Action automates Rust script execution by interpreting a practical subset of the language without compiling the entire project. It supports running scripts directly as binaries or executing snippets in compiled form, validating without running, and providing a list of supported methods per receiver and engine. The action is particularly useful for small scripts that do not require compilation to run efficiently.
July 22, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.1.6.
This action is used across all versions by 1 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 interprets and executes Rust scripts without compiling them, offering features like running scripts directly, validating code with rust check, caching compiled binaries with rust build, and managing builds with rust clean. It supports a subset of the Rust language and provides tools for interacting with files and system commands.