High level Ruby bindings. Write Ruby extension gems in Rust, or call Ruby code from a Rust binary.
A highly parallel Perl 5 interpreter written in Rust
Like Ruby's Abbrev module
Plugger
The Plugger support library
Ruby bindings to Plugger
Japanese ruby notation parser
Pyroscope Profiler CLI
This is a tool to evaluate or export code from Markdown files
Procedural macros for the Rusty Ruby ecosystem
Documentation tool
The tie between Ruby and Rust.
Ruby Arguments encapsulate method positional arguments (args), keyword arguments (kwargs), and an optional block (block) in a single value object (null object is also available).
The 'method_arguments' gem simplifies the process of setting object attributes from method arguments in Ruby. It introduces a streamlined approach to assign instance variables directly from method arguments with minimal boilerplate code. This utility is especially useful in constructors or methods with numerous parameters, enhancing code readability and maintainability.