eclipse-zenoh / zenoh-backend-influxdb

Backend and Storages for zenoh using InfluxDB
Other
19 stars 19 forks source link

feat: adding dynamic_plugin feature to enable the declare_plugin macro #111

Closed gabrik closed 4 months ago

gabrik commented 4 months ago

Adding a dynamic_plugin feature to feature-gate the zenoh_plugin_trait::declare_plugin! by default this feature is enabled.

Disabling it should allow static linking.