color-name 1.1.0

A crate with color names and its values and usefull functions inluded to get similar colour name by RGB data; Based on css-color names.
Documentation
language: rust

rust:
  - stable
  - beta
  - nightly

matrix:
  allow_failures:
    - rust: nightly

script: "./travis.sh"