// Copyright 2024 the Color Authors
// SPDX-License-Identifier: Apache-2.0 OR MIT
//! Parsing example
//!
//! Outputs debug strings for the parse to stdout
//!
//! Typical usage:
//!
//! ```sh
//! cargo run --example parse 'oklab(0.5 0.2 0)'
//! ```
use ;