random_color 0.8.0

Rust crate for generating random attractive colors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "random_color"
version = "0.8.0"
edition = "2021"
authors = ["Lucas Maximiliano Marino <lucasmmarino@gmail.com>"]
license = "MIT"
readme = "README.md"
keywords = ["random", "color", "rgb", "rgba", "hsl"]
repository = "https://github.com/elementh/random_color.git"
homepage ="https://github.com/elementh/random_color"
description = "Rust crate for generating random attractive colors"

[features]

[dependencies]
rand = { version = "0.8.5", features = ["small_rng"] }