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