vldm / procss

A prototype CSS+ compiler in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A prototype CSS+ compiler in Rust

License:Apache License 2.0


Languages

Language:Rust 93.4%Language:Less 6.6%