simple-color 0.2.3

A simple color struct
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Simple color

[![crates.io](https://img.shields.io/crates/v/simple-color)](https://crates.io/crates/simple-color)
[![docs.rs](https://img.shields.io/docsrs/simple-color)](https://docs.rs/simple-color)

A minimal Rust library for basic color handling with optional parsing and serialization.

## Features

- 🎨 a `Color` type for RGB(A) representation
- 🛠️ `const` constructors and builder pattern
- 📝 Hex string parsing (`"FF8000"``Color`)
- 📦 Optional features for real-world use cases

For more information have a look at [the documentation](https://docs.rs/simple-color).