Cargo Features
[dependencies]
sundials = { version = "0.2.0", default-features = false, features = ["klu", "faer"] }
- default = faer
-
The
faer
feature is set by default wheneversundials
is added without
somewhere in the dependency tree.default-features = false - klu
-
Enables klu of sundials-sys
sundials-sys:
Feature
klu
requires suitesparse (see README).
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- faer default
-
Affects
sundials::sunlinsol_faer
…