Cargo Features
Nype has no features set by default.
[dependencies]
nype = { version = "0.1.0", features = ["regex", "serde", "std"] }
-
regex
-
Allow string checks based on regular expessions
Enables
regex
-
serde
-
Implement serialization using serde
Enables
serde
-
std
-
Allow usage of the std
module from the standard library