Is this built with Helix?
ylluminarious opened this issue · 3 comments
ylluminarious commented
Summary
I see that a lot of the code for this project is written in Rust. I'm just curious if you've written this as a C extension, with Rust instead of C via Helix. I'm also curious if it is thus bound to MRI only or if it can run on other Ruby implementations, such as the up-and-coming speed demon TruffleRuby.
aergonaut commented
The Cargo.toml
lists rutie as a dependency, rather than Helix.
I believe this does mean this gem will only work with MRI, as rutie also binds to the MRI C libraries.
ylluminarious commented
@aergonaut Ah, I see, thanks for the info. For future reference, Rutie is located here.
Hywan commented
Yeah, I decided to go with Rutie since it seems to be more maintained than Helix.