// ---------------- [ File: capability-feature-measurement/src/complexity.rs ]
crateix!;
/// ---------------------------------------------------------------------------
/// 11) Complexity
/// ---------------------------------------------------------------------------
/// If we want to guess or detect an overall "complexity" level from the structure
/// (e.g., `Simple`, `Balanced`, `Complex`), we can do so here.
/// Potential result for a measured complexity. We might not know, so we have `Unknown`.