//! # URI value codec (RFC 6350 4.2)
//!
//! [`VcardCodec`] for a URI value. RFC 6350 section 4.2 gives a URI no
//! escaping and no structure, so its `;` and `,` are part of the reference:
//! the whole value is read, and written back exactly as it is held.
use crate::;