pub fn render_qr_from_data( data: &str, options: &QrOptions, ) -> Result<String, PairingError>
Render arbitrary data as a QR code string for terminal display.