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 ๐