in src/lib.rs [144:146]
fn eq(&self, other: &NameMtu<'_>) -> bool { other.0.is_none_or(|name| name == self.0) && other.1 == self.1 }