Re-exports§
pub use color::CSS_COLOR_TABLE;
Structs§
- CSS_
COLOR_ TABLE - Table with Named Colors in CSS
Functions§
- angle_
parser - Parser for a angle value string.
- angle_
serde_ parser - Wrapper for
angle_parserthat implements a serde deserializer - angle_
string_ parser - Wrapper for
angle_parserthat returns an optional f32 - color_
parser - Parser for strings that represent a
bevy::render::color::Color. - color_
serde_ parser - Wrapper for [
angle_parser] that implements a serde deserializer - color_
string_ parser - Wrapper for
color_parserthat returns an optionalbevy::render::color::Color - rect_
parser - Parse
bevy::ui::UiRectfrom a string of a single val strings - rect_
serde_ parser - Wrapper for
rect_parserthat implements a serde deserializer - rect_
string_ parser - Wrapper for
rect_parserthat returns an optionalbevy::ui::Val - val_
parser - Parser for strings that represent a
bevy::ui::Val. - val_
serde_ parser - Wrapper for
val_parserthat implements a serde deserializer - val_
string_ parser - Wrapper for
val_parserthat returns an optionalbevy::ui::Val