Cargo Features
[dependencies]
typesum = { version = "0.2.0", default-features = false, features = ["sumtype", "kinded"] }
- default = kinded, sumtype
-
These default features are set whenever
typesum
is added without
somewhere in the dependency tree.default-features = false - sumtype default
-
Enables sumtype of typesum-macros
- kinded default
-
Enables kinded of typesum-macros
TypeSum has 3 features without comments.