Cargo Features
[dependencies]
meshx = { version = "0.6.1", default-features = false, features = ["io", "serde_all", "unstable", "bench"] }
- default = io
-
The
io
feature is set by default whenevermeshx
is added without
somewhere in the dependency tree.default-features = false - io default = mshio, objio, vtkio
-
Affects
meshx::io
… - serde_all = serde
-
Enables serde-serialize of nalgebra ^0.32
- unstable
- bench dev = rayon
-
Enables real_blackbox of criterion ^0.3
criterion:
Enable use of the nightly-only test::black_box function to discourage compiler optimizations.
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.