Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Ruby Arrays with Rust #6

Closed
danielpclark opened this issue Jun 11, 2016 · 1 comment
Closed

Implement Ruby Arrays with Rust #6

danielpclark opened this issue Jun 11, 2016 · 1 comment

Comments

@danielpclark
Copy link
Owner

danielpclark commented Jun 11, 2016

There are several potential ways to go about this. This blog post A Rusting Rubyist IV: Rust Structs and Arrays in Ruby covers one way of implementing Arrays to and from Rust. But there is also ruby-sys, RuRu, and helix to consider.

Things to consider with external implementations:

  • documentation & howtos for implementation
  • convenience/compatibility
  • flexibility
  • consistent development on library (not a ghost project)
@danielpclark
Copy link
Owner Author

I'm going to start out with the blogs way and see how it goes from there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant