Cargo Features

EasySGR has no features set by default.

[dependencies]
easy-sgr = { version = "0.1.1", features = ["partial", "from-str", "macros", "macro-only"] }
partial

Code are printed partially: the SGR start end ending strings are not printed

Affects discrete::DiscreteSGR.standard_display

from-str

FromStr impls

Affects discrete::from_str

macros macro-only?

easy-sgr-macros re-exports

Enables easy-sgr-macros

macro-only = macros

Only using easy-sgr-macros