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

Hi, I am scanning the mrusty in the latest version with my own static analyzer tool. Unsafe conversion found at: src/mruby.rs#L1184 ``` rust extern "C" fn run_protected(mrb: *const MrState, data:...