#css-parser #css-selectors #css #matching #element #serialization #tree

parcel_selectors

CSS Selectors matching for Rust - forked for lightningcss

22 releases

0.28.0 Nov 3, 2024
0.26.6 Aug 6, 2024
0.26.5 May 17, 2024
0.26.4 Oct 25, 2023
0.24.0 Dec 29, 2021

#1546 in Web programming

Download history 11517/week @ 2024-07-29 9964/week @ 2024-08-05 10326/week @ 2024-08-12 9483/week @ 2024-08-19 9289/week @ 2024-08-26 8978/week @ 2024-09-02 8976/week @ 2024-09-09 8094/week @ 2024-09-16 10353/week @ 2024-09-23 9767/week @ 2024-09-30 10136/week @ 2024-10-07 14703/week @ 2024-10-14 14093/week @ 2024-10-21 12961/week @ 2024-10-28 14270/week @ 2024-11-04 12195/week @ 2024-11-11

54,902 downloads per month
Used in 100 crates (9 directly)

MPL-2.0 license

250KB
6K SLoC

rust-selectors

This is a fork of the selectors crate, updated to use the latest version of cssparser.

CSS Selectors library for Rust. Includes parsing and serialization of selectors, as well as matching against a generic tree of elements. Pseudo-elements and most pseudo-classes are generic as well.

Warning: breaking changes are made to this library fairly frequently (13 times in 2016, for example). However you can use this crate without updating it that often, old versions stay available on crates.io and Cargo will only automatically update to versions that are numbered as compatible.

To see how to use this library with your own tree representation, see Kuchiki’s src/select.rs. (Note however that Kuchiki is not always up to date with the latest rust-selectors version, so that code may need to be tweaked.) If you don’t already have a tree data structure, consider using Kuchiki itself.

Dependencies

~1–2MB
~40K SLoC