//! Utility functions for HTML writing.
/// Check if an HTML tag name is safe
///
/// Tag names should only contain letters, numbers, underscores, colons, and hyphens.
pub
/// Check if an HTML attribute name is safe
///
/// Attribute names should only contain letters, numbers, underscores, colons, dots, and hyphens.
pub