grass
A near-feature-complete Sass compiler written purely in Rust (by connorskees)
victoria-dom
HTML parser with CSS selectors written in Rust (by khvzak)
Our great sponsors
grass | victoria-dom | |
---|---|---|
1 | 1 | |
233 | 43 | |
- | - | |
7.1 | 10.0 | |
about 1 month ago | almost 3 years ago | |
Rust | Rust | |
MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
grass
Posts with mentions or reviews of grass.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-25.
-
Are there any rust libraries implementing a CSS-like language?
There is also grass it's a sass/scss compiler. It's doesn't pass all of the sass specification test but is usable enough that eww uses eww uses it
victoria-dom
Posts with mentions or reviews of victoria-dom.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-25.
-
Are there any rust libraries implementing a CSS-like language?
You could use https://lib.rs/crates/cssparser + https://lib.rs/crates/selectors - or, if you are willing to convert your tree to DOM just for querying, there are other libraries like https://lib.rs/crates/simplecss, https://lib.rs/crates/nipper, https://github.com/kuchiki-rs/kuchiki or https://github.com/khvzak/victoria-dom
What are some alternatives?
When comparing grass and victoria-dom you can also consider the following projects:
json-rust - JSON implementation in Rust
Bootstrap - The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
jsonnet - Jsonnet - The data templating language