farg 0.4.5

A Rust library for colorimetry, color space conversions, and color manipulation.
Documentation
# Farg Documentation

Farg is a comprehensive Rust color library for web developers, designers, and colorimetrists. It provides
70+ color spaces, perceptually uniform operations, and tools for color science workflows.

## Getting Started

New contributors should start with the [Contributing & Development Guide][dev].

## Documentation Index

| Document                                | Purpose                                     |
|-----------------------------------------|---------------------------------------------|
| [Contributing & Development Guide][dev] | Quick start, tasks, code style, and testing |
| [Architecture Decision Records][design] | Design decisions and rationale              |
| [Process][process]                      | Project processes and workflows             |
| [Usage Guide][usage]                    | Feature flags and usage reference           |
| [Policy][policy]                        | AI use, code of conduct, and security       |

[design]: https://github.com/aaronmallen/farg/blob/main/docs/design/README.md
[dev]: https://github.com/aaronmallen/farg/blob/main/docs/dev/README.md
[process]: https://github.com/aaronmallen/farg/blob/main/docs/process/README.md
[policy]: https://github.com/aaronmallen/farg/blob/main/docs/policy/README.md
[usage]: https://github.com/aaronmallen/farg/blob/main/docs/usage/README.md