Module cssparser::serializer
source ยท Macrosยง
- impl_tocss_for_float ๐
- impl_tocss_for_int ๐
Structsยง
- A
fmt::Write
adapter that escapes text for writing as a double-quoted CSS string. Quotes are not included.
Enumsยง
- A category of token. See the
needs_separator_when_before
method.
Traitsยง
- Trait for things the can serialize themselves in CSS syntax.
Functionsยง
- char_escape ๐
- hex_escape ๐
- Write a CSS identifier, escaping characters as necessary.
- Write a CSS name, like a custom property name.
- Write a double-quoted CSS string token, escaping content as necessary.
- write_numeric ๐