Cargo Features
[dependencies]
shear = { version = "0.1.0", default-features = false, features = ["str"] }
- default = str
-
The
str
feature is set by default whenevershear
is added without
somewhere in the dependency tree.default-features = false - str default
-
Affects
shear::str
…