#css #telecss

tele_utils

utility functions for telecss

2 unstable releases

0.2.0 Mar 26, 2022
0.1.0 Feb 27, 2022

#4 in #telecss

23 downloads per month
Used in 4 crates (via tele_tokenizer)

MIT license

4KB
77 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

No runtime deps