Crate selectors [−] [src]
Reexports
pub use parser::SelectorImpl; |
pub use parser::Parser; |
pub use parser::SelectorList; |
Modules
| attr | |
| bloom |
Counting and non-counting Bloom filters tuned for use as ancestor filters for selector matching. |
| context | |
| matching | |
| parser | |
| sink |
Small helpers to abstract over different containers. |
| visitor |
Visitor traits for selectors. |
Structs
| NthIndexCache |
A cache to speed up matching of nth-index-like selectors. |
| OpaqueElement |
Opaque representation of an Element, for identity comparisons. We use NonZeroPtrMut to get the NonZero optimization. |
Traits
| Element |