pub fn name_or_did(book: &NameBook, did: &str) -> String
Plain-text name-or-DID for a fixed-width column.
No ANSI: these go through {:<60}-style padding, which counts escape bytes as width and would wreck the alignment.
{:<60}