Registry / utility / azul-css-parser

azul-css-parser

JSON →
library0.0.1rscratesunverified

CSS-compatible parser for the Azul GUI framework

# Cargo.toml [dependencies] azul-css-parser = "0.0.1"
INSTALL
IMPORT
SIG · AZUL-CSS-PARSER
A
azul-css-parser
utilityrustv0.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

parse_css
use azul_css_parser::parse_css;

Parse a CSS string into Azul style rules

use azul_css_parser::parse_css; fn main() { let css = "button { color: red; }"; match parse_css(css) { Ok(styles) => println!("Parsed {} rules", styles.len()), Err(e) => eprintln!("Error: {}", e), } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
10
OpenAI (training)
2
Meta
1
Amazon
1
Resources
azul-css-parser — cargo add azul-css-parser · libregistry