Module anstyle

Module anstyle 

Source
Available on crate features anstyle and serde only.
Expand description

(De)serializing anstyle types

Modulesยง

ansi256color
A module for use via #[serde(with)] for serializing & deserializing anstyle::Ansi256Color values as color words.
color
A module for use via #[serde(with)] for serializing & deserializing anstyle::Color values as color words and RGB codes.
rgb_color
A module for use via #[serde(with)] for serializing & deserializing anstyle::RgbColor values as RGB codes.
style
A module for use via #[serde(with)] for serializing & deserializing anstyle::Style values as style strings.