pub fn encode_vcard(name: &str, phone: &str, email: &str) -> String
Encodes a minimal vCard 3.0 card.
This is the single source of truth shared with the qrcode-rs facade’s QrCode::for_vcard constructor.
qrcode-rs
QrCode::for_vcard