Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(zenoh-plugin-zenoh-flow): provide "dynamic_plugin" feature
Having this feature and, in particular, the ability to disable it, allows statically linking the Zenoh-Flow plugin to Zenoh. This feature is enabled by default. * zenoh-plugin-zenoh-flow/Cargo.toml: added the `dynamic_plugin` feature. * zenoh-plugin-zenoh-flow/src/lib.rs: only call the macro `declare_plugin!` if the feature `dynamic_plugin` is enabled. Signed-off-by: Julien Loudet <[email protected]>
- Loading branch information