Cargo Features
[dependencies]
partially = { version = "0.2.1", default-features = false, features = ["std", "derive"] }
- default = std
-
The
std
feature is set by default wheneverpartially
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables features that depend on the rust standard library Note: There currently aren't any features that fall into this category
- derive
-
Enables the derive macro
Enables partially_derive