Unstable features #65
Replies: 1 comment 1 reply
-
CThe feature should be enabled via cmake, as the flags passed to cargo may need to change too. These changes may lead to changes in some structure layouts, so the headers may get tricky. Alternatively, we can chose to always link with PythonHere we have a few options. Whatever we pick, the python bindings should be built from A global could be used to let the user opt into |
Beta Was this translation helpful? Give feedback.
-
I'm creating this discussion departing from the original comment here: eclipse-zenoh/zenoh-c#94 (comment)
As of today, in Zenoh Rust we have the
unstable
feature that allows to introduce experimental capability into Zenoh.While this approach works fine for Rust, it would be nice to have a similar behaviour in all the bindings:
And zenoh-pico:
It has to be decided:
#ifdef
macros orpragma warnings
in C. What about Python?Beta Was this translation helpful? Give feedback.
All reactions