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
Is your feature request related to a problem? Please describe.
My backend is written in Rust.
Moving to other languages is painful.
Since I'm using Rust, I'd better not ffi with c++.
Describe the solution you'd like
Native client for Rust
Describe alternatives you've considered
Or pure c client can be a better solution for most scenarios.
Also, both c interface and c abi are considered more friendly for ffi than c++.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
My backend is written in Rust.
Moving to other languages is painful.
Since I'm using Rust, I'd better not ffi with c++.
Describe the solution you'd like
Native client for Rust
Describe alternatives you've considered
Or pure c client can be a better solution for most scenarios.
Also, both c interface and c abi are considered more friendly for ffi than c++.
The text was updated successfully, but these errors were encountered: