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
For the time being, this issue just aggregates related issues and serves as a communication hub for the community. If you or your organization would like to see a Rust SDK, please give a thumbs up or comment with a brief description of your use case.
It's worth mentioning that Rust, via WASM, allows you to generate SDKs to virtually any major programming language out there. Obviously the BlazinMQ C bindings must be present and overall some experiments need to be done, but I believe that would reduce the burden of maintaining multiple SDKs for mur multiple languages.
Is there an existing proposal for this?
Is your feature request related to a problem?
I want to integrate BlazinMQ in a Rust project, which is currently impractical as there is no Rust SDK because the C bindings are missing.
Related issues
C wrapper #114
C SDK initial PR #169
Wire protocol #28
Go SDK request #71
Node SDK #60
Describe the solution you'd like
A Rust Client that wraps the C bindings.
For the time being, this issue just aggregates related issues and serves as a communication hub for the community. If you or your organization would like to see a Rust SDK, please give a thumbs up or comment with a brief description of your use case.
It's worth mentioning that Rust, via WASM, allows you to generate SDKs to virtually any major programming language out there. Obviously the BlazinMQ C bindings must be present and overall some experiments need to be done, but I believe that would reduce the burden of maintaining multiple SDKs for mur multiple languages.
For an intro:
https://youtu.be/uKlHwko36c4?si=ROBx1G5dqicCkkKu
Once the C bindings have been released, I would be willing to contribute to building a Rust SDK.
Alternatives you considered
/
The text was updated successfully, but these errors were encountered: