simple-color

Crates.iosimple-color
lib.rssimple-color
version0.2.4
created_at2021-09-30 21:05:41.896766+00
updated_at2025-08-09 20:36:44.026497+00
descriptionA simple color struct
homepage
repositoryhttps://gitlab.com/porky11/simple-color
max_upload_size
id458900
size16,912
Fabio Krapohl (porky11)

documentation

https://docs.rs/simple-color

README

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.

Commit count: 0

cargo fmt