csscolorparser 0.4.0

CSS color parser library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.phf]
features = ["macros"]
version = "0.8.0"

[package]
authors = ["Nor Khasyatillah <mazznoer@ymail.com>"]
categories = ["graphics", "parser-implementations"]
description = "CSS color parser library"
documentation = "https://docs.rs/csscolorparser/"
edition = "2018"
exclude = [".github/*", ".travis.yml", "tests/*"]
keywords = ["color", "colour", "css", "parser", "parse"]
license = "MIT OR Apache-2.0"
name = "csscolorparser"
readme = "README.md"
repository = "https://github.com/mazznoer/csscolorparser-rs"
version = "0.4.0"