color-mix 1.0.4

A library for modeling artistic concepts
Documentation
  • Coverage
  • 33.33%
    4 out of 12 items documented0 out of 3 items with examples
  • Size
  • Source code size: 3.14 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.51 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • realahsanshah

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