Cargo Features
[dependencies]
inew = { version = "0.2.2", default-features = false, features = ["std"] }
no_std support https://github.com/nrc/derive-new
- default = std
-
The
std
feature is set by default wheneverinew
is added without
somewhere in the dependency tree.default-features = false - std default
INew has 2 features without comments.