This repository features a curated suite of GitHub Actions designed for Ruby on Rust projects, making it easier to set up and test native Rust gems within Ruby environments.
⚙️ A GitHub Action that prepares both Ruby and Rust environments, aimed at facilitating the testing of native Rust gems.
🌍 This action enables the cross-compilation of Ruby gems for various platforms using rb-sys-dock
, enhancing the accessibility of Ruby gems across different systems.
🔍 Retrieves essential Continuous Integration (CI) data, useful for optimizing CI matrix configurations and other automated processes.
📦 Simplifies downloading and installing binaries with cargo-binstall
, streamlining the integration of Rust binaries into projects.
🏁 A concise action for executing commands post-job completion, assisting in clean-up or further setup steps.