Cargo Features
[dependencies]
extruct = { version = "0.2.1", default-features = false, features = ["fields", "extruct_from"] }
- default = extruct_from, fields
-
These default features are set whenever
extruct
is added without
somewhere in the dependency tree.default-features = false - fields default
-
Enables fields of extruct-core and extruct-macros
- extruct_from default
-
Enables extruct_from of extruct-core and extruct-macros
Extruct has 3 features without comments.