in src/metrics/compose.rs [446:449]
fn chars(&self) -> Vec<char> { let p = self.positions.read().unwrap(); p.iter().map(|c| c.metrics.c).collect() }