css-color-parser 0.1.2

Easy-to-use Rust parser for CSS3 color strings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]
lazy_static = "0.1.*"

[package]
authors = ["Katkov Oleksandr <alexx.katkoff@gmail.com>"]
description = "Easy-to-use Rust parser for CSS3 color strings"
documentation = "https://7thsigil.github.io/css-color-parser-rs/css_color_parser/index.html"
homepage = "https://github.com/7thSigil/css-color-parser-rs"
keywords = ["parser", "color", "colour", "css", "css3"]
license = "MIT"
name = "css-color-parser"
readme = "README.md"
repository = "https://github.com/7thSigil/css-color-parser-rs"
version = "0.1.2"