scah-query-ir 0.0.21

Internal query IR used by the scah selector and macro crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod builder;
mod eq;
mod lexer;
mod string_search;

pub use builder::{
    Attribute, AttributeSelection, AttributeSelections, ClassSelections, ElementPredicate, IElement,
};
pub use lexer::Combinator;
pub(super) use lexer::Lexer;
pub use string_search::AttributeSelectionKind;