Macrosยง
- impl_
tocss_ ๐for_ float - impl_
tocss_ ๐for_ int
Structsยง
- CssString
Writer - A
fmt::Write
adapter that escapes text for writing as a double-quoted CSS string. Quotes are not included.
Enumsยง
- Token
Serialization Type - A category of token. See the
needs_separator_when_before
method.
Traitsยง
- ToCss
- Trait for things the can serialize themselves in CSS syntax.
Functionsยง
- char_
escape ๐ - hex_
escape ๐ - serialize_
identifier - Write a CSS identifier, escaping characters as necessary.
- serialize_
name - Write a CSS name, like a custom property name.
- serialize_
string - Write a double-quoted CSS string token, escaping content as necessary.
- serialize_
unquoted_ ๐url - write_
numeric ๐