Module shims

Source
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.

Type Aliases§

Function
A function.
Function1
Function2
Function3
Function4
Function5
Function6
Function7
Function8
Function9
Method
A method which takes a receiver.
Method1
Method2
Method3
Method4
Method5
Method6
Method7
Method8
Method9