Skip to content

Rust implementation of the 2013 version of CSS Syntax Level 3

License

Notifications You must be signed in to change notification settings

metajack/rust-cssparser

Repository files navigation

rust-cssparser

WIP rust implementation of the 2013 version of css3-syntax

TODO

  • Tokenization
  • Declaration and rule parsing
  • Detect character encoding & decode from bytes
  • Track line/column number for tokens.
  • Figure out float and integer overflow
  • Make it fast!

About

Rust implementation of the 2013 version of CSS Syntax Level 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 79.3%
  • Python 20.7%