Expand description
Shim functions which act as middlemen between C and Ruby.
Structs§
- Receiver
- A placeholder for any Rust struct.
Functions§
- ruby_
method - Shim to call a Rust method (taking
&self
) from Ruby. - ruby_
singleton_ method - Shim to call a Rust function (doesn’t take
self
) from Ruby.