Cargo Features
irondash_message_channel has no features set by default.
[dependencies]
irondash_message_channel = { version = "0.7.0", features = ["derive", "mock"] }
- derive = irondash_message_channel_derive
- mock
-
Allows mocking MessageChannel in unit tests
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- irondash_message_channel_derive derive?
-
Affects
irondash_message_channel::derive_internal
…