color-mix

Crates.iocolor-mix
lib.rscolor-mix
version1.0.4
created_at2025-03-08 09:24:48.029038+00
updated_at2025-03-08 09:36:05.882794+00
descriptionA library for modeling artistic concepts
homepage
repository
max_upload_size
id1584249
size3,614
Ahsan Shah (realahsanshah)

documentation

README

color-mix

A Rust library for modeling artistic concepts.

Description

color-mix is a library that provides tools and utilities for working with colors and artistic concepts in Rust. This library aims to make color manipulation and artistic computations more accessible to Rust developers.

Installation

Add this to your Cargo.toml:

[dependencies]
color-mix = "1.0.4"

Features

[Coming soon]

Usage

// Example usage will be added as features are implemented

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Ahsan Shah

Version History

  • 1.0.4

    • Documentation improvements
  • 1.0.3

    • Enhanced color manipulation features
    • Performance improvements
    • Bug fixes in color conversion algorithms
  • 1.0.2

    • Added support for additional color spaces
    • Documentation improvements
    • Fixed minor bugs
  • 1.0.1

    • Bug fixes and stability improvements
    • Enhanced error handling
    • Documentation updates
  • 1.0.0

    • Initial Release
    • Basic color manipulation functionality
    • Core color space conversions
Commit count: 0

cargo fmt