bevy_ui_string_parser 0.1.0

Parser for various values used in bevy-ui.
Documentation

Bevy-UI String Parser Utilities

A collection of parsers that can be used to parse strings into types used by bevy_ui, such as Color, Val or UiRect.

The syntax is inspired by CSS, but doesn't try to replicate it exactly.