@prospective.co/procss
v0.1.16
Published
A simple CSS parsing and transformation framework.
Downloads
1,203
Readme
PROCSS
A simple CSS parsing and transformation framework.
Developer Setup
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