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 whenever meshx is added without default-features = false somewhere in the dependency tree.

io default = mshio, objio, vtkio

Affects meshx::io

serde_all = serde

Enables serde-serialize of nalgebra

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.

serde serde_all?
rayon bench?
vtkio io

Affects io::Real

objio io

Enables obj

mshio io

Affects io::msh