procss

Crates.ioprocss
lib.rsprocss
version0.1.17
created_at2022-11-19 03:15:19.074798+00
updated_at2025-06-08 01:50:47.469926+00
descriptionA simple CSS parsing and transformation framework.
homepage
repositoryhttps://github.com/ProspectiveCo/procss
max_upload_size
id718362
size226,167
Andrew Stein (texodus)

documentation

README

PROCSS

CI

A simple CSS parsing and transformation framework.

Docs

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
Commit count: 64

cargo fmt