//! HTML escaping helpers shared by the SVG, outline, and `<noscript>` writers.
/// Escape `input` for HTML, escaping double-quote and single-quote characters
/// as HTML entities when `attr` is `true`.
/// Escape `input` for HTML text content.
pub
/// Escape `input` for a double-quoted HTML attribute value.
pub