Cargo Features
[dependencies]
patchable = { version = "0.5.9", default-features = false, features = ["full", "serde", "impl_from"] }
- default = serde
-
The
serdefeature is set by default wheneverpatchableis added withoutsomewhere in the dependency tree.default-features = false - full = impl_from, serde
- serde default full?
-
Enables serde of patchable-macro
- impl_from full?
-
Enables impl_from of patchable-macro
Patchable has 4 features without comments.