Re-exports§
pub use crate::parser::Parser;
pub use crate::parser::SelectorImpl;
pub use crate::parser::SelectorList;
Modules§
- attr
- bloom
- Counting and non-counting Bloom filters tuned for use as ancestor filters for selector matching.
- context
- kleene_
value - Kleen logic: https://en.wikipedia.org/wiki/Three-valued_logic#Kleene_and_Priest_logics
- matching
- parser
- relative_
selector - sink
- Small helpers to abstract over different containers.
- visitor
- Visitor traits for selectors.
Structs§
- NthIndex
Cache - A cache to speed up matching of nth-index-like selectors.
- Opaque
Element - Opaque representation of an Element, for identity comparisons.