Cargo Features
[dependencies]
tooey = { version = "0.7.2", default-features = false, features = ["no_std", "std", "objects"] }
- default = objects
-
The
objects
feature is set by default whenevertooey
is added without
somewhere in the dependency tree.default-features = false - no_std
- std
-
Affects
tooey::std_features
… - objects default
-
Affects
tooey::objects
…