0.1.16 • Published 1 year ago
@prospective.co/procss v0.1.16
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