mrusty icon indicating copy to clipboard operation
mrusty copied to clipboard

mruby safe bindings for Rust

Results 13 mrusty issues
Sort by recently updated
recently updated
newest added

- Fixed warning for rustc 1.42.0. - Fixed some bug. - Fixed FAILED test with `cargo test` - Support mruby 2.1.0. - two stages from 1.2.0 to 1.4.1 and 2.1.0....

In relation to issue: #98 I've also wanted to upgrade to mruby 1.4.1. Applying few _hacks_ (I just wanted to make it run first, then think about doing things properly)....

I couldn't get this to compile for the included mruby of 1.2 . Tried to update it to 1.4.1 but the build.rs file is broken for mrbgems because the include...

values are often passed out of user-code to the rust program. set_var should return an `Err` and not panic.

See [this comment on a previous issue](https://github.com/anima-engine/mrusty/issues/92#issuecomment-260111146). Matching macros on exact type names prevents users from calling the macros with fully qualified type names or typedefs. Possible solutions include trait...

enhancement

Only `mrust_class!`, `mruby_class!` and `mrfn!` should be exported.

enhancement