Below you will find pages that utilize the taxonomy term “VladasZ”
August 13, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.3.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 an interpreter that runs Rust scripts without compiling them. It supports basic Rust features like functions, loops, conditionals, and error handling, but does not support complex types or standard library features. The main purpose of RustScript is to allow developers to quickly test and iterate on small scripts in Rust without waiting for a full compilation process.
August 12, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.3.6.
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 supports basic Rust syntax and functions like file reading and printing, but does not compile the script to a binary or execute it with Cargo. Instead, it interprets the script in-memory and runs it on a register VM using multi-threaded Tokio runtime. This makes it ideal for quick prototyping or executing small scripts without waiting for compilation.
August 12, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.3.5.
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 action that enables Rust developers to run scripts without compiling them into binaries. It provides a practical subset of the language, allowing for quick execution and validation of code snippets, with support for concurrency using Tokio. The action supports compiling scripts to native binaries for performance-critical tasks. It also caches results of compiled checks and builds for efficient reusability.
August 11, 2026
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.
August 10, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.3.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 interprets and runs Rust scripts without compiling them. It automates running, validating, and building Rust scripts efficiently, handling concurrency, type checks, and errors gracefully.
What’s Changed Full Changelog: https://github.com/VladasZ/rustscript/compare/v0.3...v0.3.1
August 8, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.2.31.
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 Rust scripts without compiling them. It provides quick execution and validation of Rust code using a register-based virtual machine, with caching to improve performance. The action can be used to run, check, or build Rust scripts directly from the command line, making it a convenient alternative to traditional Rust compilation processes.
August 7, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.2.25.
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 The RustScript GitHub Action interprets and runs Rust scripts without compiling them fully, using a practical subset of the language. It provides a lightweight alternative to running full Rust projects by executing scripts directly with a register VM. The action supports running scripts, validating them, building native binaries, checking supported methods, cleaning caches, updating releases, and displaying version information.
August 6, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.2.24.
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 Rust scripts without needing to compile them fully. It can run scripts directly or as compiled binaries, providing quick feedback and testing without waiting for the entire compilation process. The action automates tasks such as running scripts, validating them, building them, and listing supported methods per receiver and engine.