danielpclark / rutie

“The Tie Between Ruby and Rust.”
MIT License
940 stars 62 forks source link

add "no-link" cargo feature #104

Closed danlarkin closed 4 years ago

danlarkin commented 5 years ago

Using a cargo feature is a bit easier for projects that never want to link to libruby - like those building a ruby extension in rust.

calavera commented 4 years ago

I'd love to see this merged. Even if it's not published in a new release, having it in master means that you could use it by depending on this github repository.

danielpclark commented 4 years ago

Looks Good!