//! Parse [CVSS][] vector string, then iterate over vector metrics and
//! print the metric, metric name, and metric group.
//!
//! # Usage
//!
//! ```sh
//! cargo run --example metrics
//! ```
//!
//! [cvss]: https://first.org/cvss/
//! "Common Vulnerability Scoring System (CVSS)"
use ;