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'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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: