rosy icon indicating copy to clipboard operation
rosy copied to clipboard

Rust and Ruby, sitting in a tree 🌹

Results 6 rosy issues
Sort by recently updated
recently updated
newest added

Is this no longer being worked on? I've looked into Rutie but it's very confusing, this looks simpler, so if this is still being worked on, how can I build...

This fixes undefined symbol errors on Windows when the Ruby library is linked dynamically. Ruby variables are declared with __declspec(dllimport) on Windows. So the symbols name of variables are decorated...

Rosy should support macOS all the way back to 10.11 "El Capitan". This is currently automatically tested on Travis by using `xcode8.0` as the `osx_image`.

It's unsafe for a Ruby exception to be thrown within the context of Rust. Not handling a Ruby exception results in a segmentation fault at best. Any functions that throw...

Rosy should support Windows all the way back to Windows 7. We currently test against Windows on Travis but the OS version is unspecified.

Rosy should support most major Linux distributions. Currently, Ubuntu is tested automatically on Travis CI.