|
|
|
|
|
by nicoburns
171 days ago
|
|
The `selectors` crate is pretty mature to be fair. It's what's used in Firefox for all CSS selector matching. The main advantage of using it is that it's modular so you can just pull that part out without the entire CSS engine. |
|