You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have submitted mlua-rs/mlua#354 to integrate Pluto with Rust, and nobody answers.
Any plan to supply Rust binding for Pluto. Now lots of CLI tools written by Rust, and I want to integrate Pluto in my project to enhance Lua features.
The text was updated successfully, but these errors were encountered:
Providing language-specific bindings is a bit out of scope for us. Probably the closest to that we have done is PlutoScript, but that's also just using the C API via an FFI layer. Even when we integrate Pluto in C++, we use the C API directly without any abstractions/bindings. The same should be possible in Rust:
I understand the 'unsafe' part is probably undesirable, but I'm not sure how much safety can be assured when working with the Lua C API since there's many ways to mess up and crash with it, esp. in regards to Lua stack corruption.
I have submitted mlua-rs/mlua#354 to integrate Pluto with Rust, and nobody answers.
Any plan to supply Rust binding for Pluto. Now lots of CLI tools written by Rust, and I want to integrate Pluto in my project to enhance Lua features.
The text was updated successfully, but these errors were encountered: