Cargo Features
[dependencies]
integrator = { version = "0.1.36", default-features = false, features = ["low_precision", "high_precision"] }
- default = high_precision
-
The
high_precision
feature is set by default wheneverintegrator
is added without
somewhere in the dependency tree.default-features = false - low_precision
- high_precision default
integrator has 3 features without comments.