iceoryx2
iceoryx2 copied to clipboard
Personal Confusion
Should I bind rust using the CXX tool or bind ffi manually?
I see that you use manual binding of ffi in your code.
Is it more appropriate to rebind C++ using the CXX tool?
@1511563371 If you want to use the C++ language bindings you can follow the C++ build instructions from here: https://github.com/eclipse-iceoryx/iceoryx2/tree/main/examples/cxx
And in the iceoryx2 book you find a short section how to add iceoryx2 to your project, see: https://ekxide.github.io/iceoryx2-book/main/getting-started/quickstart.html
@1511563371 Did the links help you, or do you have some more questions?