//! # Binary value codec (vCard 2.1 / 3.0)
//!
//! [`Codec`] for a 2.1 / 3.0 `PHOTO` / `LOGO` / `SOUND` / `KEY` value: inline
//! base64 kept verbatim. A URI reference is reached via `VALUE=uri`, which the
//! spec resolves to [`VcardUri`](crate::value::uri::VcardUri), not here.
use crate::;