Cargo Features
[dependencies]
nutype = { version = "0.5.0", default-features = false, features = ["std", "serde", "regex", "schemars08", "new_unchecked", "arbitrary"] }
- default = std
-
The
std
feature is set by default whenevernutype
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of nutype_macros
- serde
-
Enables serde of nutype_macros
- regex
-
Enables regex of nutype_macros
- schemars08
-
Enables schemars08 of nutype_macros
- new_unchecked
-
Enables new_unchecked of nutype_macros
- arbitrary
-
Enables arbitrary of nutype_macros
Nutype has 7 features without comments.