farg 0.4.5

A Rust library for colorimetry, color space conversions, and color manipulation.
Documentation
# Architecture Decision Records

| ID     | Title                        | Status | Date       |
|--------|------------------------------|--------|------------|
| [0001] | Component Precision          | Active | 2026-02-04 |
| [0002] | Universal Color Space Access | Active | 2026-02-04 |
| [0003] | Feature-Gated Components     | Active | 2026-02-04 |
| [0004] | Spectral Data Architecture   | Active | 2026-02-04 |
| [0005] | Standard Observer System     | Active | 2026-02-04 |
| [0006] | RGB Color Space Architecture | Active | 2026-02-04 |
| [0007] | Color Space Module Taxonomy  | Active | 2026-02-08 |

See [ADR Process][process] for how to create and use ADRs.

[0001]: https://github.com/aaronmallen/farg/blob/main/docs/design/0001-component-precision.md
[0002]: https://github.com/aaronmallen/farg/blob/main/docs/design/0002-universal-color-space-access.md
[0003]: https://github.com/aaronmallen/farg/blob/main/docs/design/0003-feature-gated-components.md
[0004]: https://github.com/aaronmallen/farg/blob/main/docs/design/0004-spectral-data-architecture.md
[0005]: https://github.com/aaronmallen/farg/blob/main/docs/design/0005-observer-system.md
[0006]: https://github.com/aaronmallen/farg/blob/main/docs/design/0006-rgb-color-space-architecture.md
[0007]: https://github.com/aaronmallen/farg/blob/main/docs/design/0007-color-space-module-taxonomy.md
[process]: https://github.com/aaronmallen/farg/blob/main/docs/process/architecture-decision-record.md