A safe `struct` for the mruby API. The `struct` only contains creation and desctruction methods. Creating an `Mruby` returns a `MrubyType` (`Rc >`) which implements `MrubyImpl` where the rest of the implemented API is found. # Examples ``` use mrusty::{Mruby, MrubyImpl}; let mruby = Mruby::new(); let result = mruby.run("2 + 2 == 5").unwrap(); assert_eq!(result.to_bool().unwrap(),
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected