Crate mrusty [−] [src]
mrusty. mruby safe bindings for Rust
mrusty lets you:
- run Ruby 1.9 files with a very restricted API (without having to install Ruby)
- reflect Rust
structs andenums in mruby and run them
It does all this in a safely neat way, while also bringing spec testing and a REPL to the table.
Macros
| describe! |
A |
| mrfn! |
A |
| mruby_class! |
A |
| mrusty_class! |
A |
Structs
| Class |
A |
| Module |
A |
| Mruby |
A safe |
| Repl |
A |
| Spec |
A |
| Value |
A |
Enums
| MrubyError |
An |
Traits
| ClassLike |
A |
| MrubyFile |
A |
| MrubyImpl |
A |
| ReadLine |
A |
Type Definitions
| MrubyType |
A |