Skip to content

servo/rust-cssparser

Repository files navigation

rust-cssparser

Rust implementation of the 2013 version of css3-syntax

TODO

  • Detect character encoding & decode from bytes
  • Figure out float and integer overflow
  • Serialize tokens back to CSS
  • Make it fast!