Cargo Features
[dependencies]
pi_world = { version = "0.1.25", default-features = false, features = ["single_thread", "trace"] }
- default = single_thread
-
The
single_thread
feature is set by default wheneverpi_world
is added without
somewhere in the dependency tree.default-features = false - single_thread default
- trace
pi_world has 3 features without comments.