Cargo Features
[dependencies]
too = { version = "0.2.0", default-features = false, features = ["terminal", "profile", "sync"] }
- default = terminal
-
The
terminal
feature is set by default whenevertoo
is added without
somewhere in the dependency tree.default-features = false - terminal default
-
Affects
too::term
,run::run
,run::application
… - profile
-
TODO don't limit the crate to just puffins
Enables profile-with-puffin of profiling
- sync
-
Enables parking_lot
Affects
builder::ViewMarker
…