color-mix 1.0.2

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: 2.61 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 415.47 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s 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.2"

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

[Your name/organization]

Version History

  • 1.0.0
    • Initial Release