2 unstable releases

0.2.0 Mar 26, 2022
0.1.0 Feb 27, 2022

#1 in #telecss

Download history 3/week @ 2024-02-18 16/week @ 2024-02-25 5/week @ 2024-03-03 7/week @ 2024-03-10 7/week @ 2024-03-17 7/week @ 2024-03-24 38/week @ 2024-03-31

61 downloads per month
Used in 3 crates

MIT license

27KB
802 lines

Telecss (WIP)

CSS tokenizer, parser, transformer, written in Rust.

This project is mainly based on the following specs:

Benchmark

Benchmarks on each commit: https://telecss.github.io/telecss/dev/bench/

This benchmark is based on parsing/tokenizing the crates/telecss/examples/normalizecss/normalize.css file, and the time-consuming of parsing includes the time-consuming of tokenizing:

  • Pure Parsing Time = Parsing Time - Tokenizing Time

TODO

Current Focus

  • parsing selectors

Schedule

  • Make tokenizer available.
  • Make parser available.
  • Benchmarks & CI (https://github.com/benchmark-action/github-action-benchmark)
  • Make transformer available.
  • Make generator available.
  • Playground (with WASM)
  • Allows writing plugins using Nodejs
  • Generate code frame for diagnostics when errors occur.
  • Docs

lib.rs:

CSS Tokenizer

Dependencies

~0.4–1MB
~23K SLoC