Skip to main content

Crate csskit_ast

Crate csskit_ast 

Source
Expand description

CSS AST query utilities using selector-like syntax.

Re-exports§

pub use csskit_atom_set::*;
pub use node_rule::*;
pub use rule_block::*;
pub use selector::*;
pub use stat_rule::*;
pub use when_rule::*;

Modules§

csskit_atom_set
diagnostics
node_rule
rule_block
selector
CSS AST selector query engine.
sheet
stat_rule
when_rule

Structs§

CollectionRule
A rule that may be a selector-based rule or a standalone conditional diagnostic.
Collector
The main collector that executes collection rules against CSS.
CollectorDiagnostic
A diagnostic produced by the collector for a matched rule.
Diagnostic
An issue that occurred during parse time.

Enums§

ResolvedDiagnosticLevel
Diagnostic severity level for collector diagnostics.
StatType
The type of a stat, determining how values are collected.

Type Aliases§

Stats