Cargo Features

[dependencies]
zenoh-flow-plugin = { version = "0.5.0-alpha.4", default-features = false, features = ["no_mangle"] }
default = no_mangle

The no_mangle feature is set by default whenever zenoh-flow-plugin is added without default-features = false somewhere in the dependency tree.

no_mangle default

Enables no_mangle of zenoh-plugin-trait ^0.7.2-rc

ZenohFlowPlugin has 2 features without comments.