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

Rust SDK #272

Open
1 task done
marvin-hansen opened this issue May 5, 2024 · 0 comments
Open
1 task done

Rust SDK #272

marvin-hansen opened this issue May 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@marvin-hansen
Copy link

marvin-hansen commented May 5, 2024

Is there an existing proposal for this?

  • I have searched the existing proposals

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

/

@marvin-hansen marvin-hansen added the enhancement New feature or request label May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant