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