//! User ID packet parsing.
//!
//! This module parses User ID packets (tag 13), which contain a UTF-8
//! string identifying the key owner. The typical format is
//! "Name (Comment) <email@example.com>".
use crateResult;
use crateField;
use crateByteStream;
/// A parsed User ID packet.
///
/// Contains a single UTF-8 string identifying the key owner.
/// Parses a User ID packet body.