#css-selectors #css #hash

selectors

CSS Selectors matching for Rust

46 releases (26 breaking)

0.28.0 May 5, 2025
0.27.0 Mar 31, 2025
0.26.0 Oct 22, 2024
0.25.0 Jun 21, 2023
0.2.2 Nov 23, 2015

#20 in Web programming

Download history 177437/week @ 2025-01-21 175167/week @ 2025-01-28 192579/week @ 2025-02-04 186004/week @ 2025-02-11 194585/week @ 2025-02-18 213605/week @ 2025-02-25 203661/week @ 2025-03-04 215762/week @ 2025-03-11 208478/week @ 2025-03-18 209171/week @ 2025-03-25 208330/week @ 2025-04-01 225066/week @ 2025-04-08 195520/week @ 2025-04-15 209321/week @ 2025-04-22 211588/week @ 2025-04-29 210379/week @ 2025-05-06

868,583 downloads per month
Used in 1,256 crates (42 directly)

MPL-2.0 license

360KB
7.5K SLoC

rust-selectors

CSS Selectors library for Rust. Includes parsing and serilization 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.2–2MB
~39K SLoC