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 whenever stylish-plain is added without default-features = false somewhere in the dependency tree.

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::𓀄