mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Simplify rust-selectors API for attribute selectors
This commit is contained in:
parent
2ca2c2d2be
commit
83c7824fda
15 changed files with 447 additions and 480 deletions
|
@ -11,6 +11,7 @@ extern crate precomputed_hash;
|
|||
extern crate smallvec;
|
||||
|
||||
pub mod arcslice;
|
||||
pub mod attr;
|
||||
pub mod bloom;
|
||||
pub mod matching;
|
||||
pub mod parser;
|
||||
|
@ -21,4 +22,3 @@ pub mod visitor;
|
|||
|
||||
pub use parser::{SelectorImpl, Parser, SelectorList};
|
||||
pub use tree::Element;
|
||||
pub use tree::{MatchAttr, MatchAttrGeneric};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue