Cargo Features
shared-data has no features set by default.
[dependencies]
shared-data = { version = "0.0.2", features = ["ipc", "no-panic"] }
- ipc = ipc-channel, serde
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.
- no-panic implicit feature
-
Enables no-panic
no-panic:
Attribute macro to require that the compiler prove a function can't ever panic
- ipc-channel ipc?
-
Enables ipc-channel ^0.12
- serde ipc?