d-unsed / ruru

Native Ruby extensions written in Rust
MIT License
832 stars 40 forks source link

String methods to convert to &[u8] and Vec<u8> #98

Open danielpclark opened 6 years ago

danielpclark commented 6 years ago

Resolves #97

coder543 commented 6 years ago

Could we get this merged and released? I'm running into this limitation of the current ruru API right now.

danielpclark commented 6 years ago

@coder543 If you'd like — I've made an official fork of this project called Rutie. It has this feature merged in as well as all of my other PRs. Notes for upgrading from Ruru to Rutie are in the README.

This project and the ruby-sys project don't seem to have owners actively taking care of the projects. I've merged both projects into Rutie and I'm actively maintaining that one.

danielpclark commented 6 years ago

Rutie now has RString::from_bytes as well.