rutie-0.1.1 has been yanked.
Rutie
“The tie between Ruby and Rust.”
This README is under process of a rewrite.
This project is a continuation of ruby-sys (licensed MIT) and ruru (licensed MIT). This project follows SemVer rules.
Migrating from Ruru to Rutie
For using Rutie versions less than 0.1 the change is simple. Replace all occurences
of the string ruru with rutie in your program. And if you would like to use
ruby-sys code from Rutie rather than requiring ruby-sys you can change all existing
references to ruby_sys to rutie::rubysys.
After 0.1 you will have additional considerations to change like Error being removed. For that; change instances of type ruru::result::Error to rutie::AnyException.
LICENSE
MIT LICENSE — see LICENSE