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 Bindings #96

Open
Blykam opened this issue Jun 5, 2023 · 2 comments
Open

Rust Bindings #96

Blykam opened this issue Jun 5, 2023 · 2 comments

Comments

@Blykam
Copy link

Blykam commented Jun 5, 2023

I'm building a rust app that should interface with GNU Radio over zmq, but I need pmts for that.
@bastibl built a pmt crate for his futuresdr project and has written about the possible compatibility with GNU Radio by providing a suitable "serde" serializer.
I didn't manage to get that to working. So it would be really cool if there was native Rust support for pmts or at least bindings.
I tried to implement it myself, but the type magic in this project is way over my C++ skill level.

@cafeclimber
Copy link

I've been thinking about this recently! Even if it just uses something like the cxx for interop, I think it would be super cool!

@jsallay
Copy link
Collaborator

jsallay commented Jun 18, 2023

I agree that this would be great. I don't have any experience with rust but would be willing to accept a PR for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants