Cargo Features
[dependencies]
phantom-type = { version = "0.5.2", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverphantom-type
is added without
somewhere in the dependency tree.default-features = false - std default
-
disable to make the library
#![no_std]
.