pub fn principal(name: &str, email: &str) -> String
Principal styling: name in bold, email dimmed. Returns the pre-composed "Name <email>" string so callers don’t have to thread two fragments through println! arguments.
"Name <email>"
println!