Cargo Features

[dependencies]
nutype = { version = "0.4.2", default-features = false, features = ["std", "serde", "regex", "schemars08", "new_unchecked", "arbitrary"] }
default = std

The std feature is set by default whenever nutype is added without default-features = false somewhere in the dependency tree.

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.