Cargo Features

[dependencies]
partially = { version = "0.2.1", default-features = false, features = ["std", "derive"] }
default = std

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

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