PROCSS

CI

A simple CSS parsing and transformation framework.

Docs

Developer Setup

Build

bash cargo xbuild

Test

bash cargo xtest

Test coverage report (disables incremental builds)

bash cargo xtest --coverage

Lint

bash cargo clippy

Bench

bash cargo xbench

Generate docs (output at ./target/doc/procss/index.html)

bash cargo doc