procss

Crates.ioprocss
lib.rsprocss
version0.1.16
sourcesrc
created_at2022-11-19 03:15:19.074798
updated_at2024-07-04 18:59:03.823822
descriptionA simple CSS parsing and transformation framework.
homepage
repositoryhttps://github.com/ProspectiveCo/procss
max_upload_size
id718362
size225,638
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: 60

cargo fmt