Cargo Features
[dependencies]
stylish-plain = { version = "0.1.0", default-features = false, features = ["std", "alloc", "macros"] }
- default = std
-
The
std
feature is set by default wheneverstylish-plain
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of stylish-core
Affects
stylish-plain::io
… - alloc std
-
Enables alloc of stylish-core
- macros
-
Enables macros of stylish-core
Affects
stylish-plain::𓀄
…