Expand description
Rust source-code emitter for parsed CSS.
Produces a const CSS: Css = ...; literal plus a minimal Cargo.toml and
src/main.rs skeleton suitable for cargo build against azul.
Structs§
- Rust
Backend - Emits Rust source code for a parsed CSS stylesheet.
Functions§
- css_
to_ rust_ code - Render a parsed
Cssas Rust source code (aconst CSS: Css = ...;). - format_
attribute_ match_ op - format_
attribute_ selector - format_
dynamic_ css_ prop - format_
node_ type - format_
nth_ child_ selector - format_
pseudo_ selector_ type - format_
selectors - format_
single_ selector - print_
block_ path - print_
declaration