danielpclark / faster_path

Faster Pathname handling for Ruby written in Rust
MIT License
782 stars 33 forks source link

Changed ruby-sys & ruru. libruby copy not required #166

Closed danielpclark closed 6 years ago

danielpclark commented 6 years ago

Applied changes upstream as Andrew suggested in #143 . Now rake doesn't need to copy Ruby's lib for Rust code to work. Don't even need a feature flag.