| Crates.io | procss |
| lib.rs | procss |
| version | 0.1.17 |
| created_at | 2022-11-19 03:15:19.074798+00 |
| updated_at | 2025-06-08 01:50:47.469926+00 |
| description | A simple CSS parsing and transformation framework. |
| homepage | |
| repository | https://github.com/ProspectiveCo/procss |
| max_upload_size | |
| id | 718362 |
| size | 226,167 |
A simple CSS parsing and transformation framework.
Build
cargo xbuild
Test
cargo xtest
Test coverage report (disables incremental builds)
cargo xtest --coverage
Lint
cargo clippy
Bench
cargo xbench
Generate docs (output at ./target/doc/procss/index.html)
cargo doc