simple-color 0.2.3

A simple color struct
Documentation

Simple color

crates.io docs.rs

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.