rustdoc::html

Module escape

source
Expand description

HTML escaping.

This module contains one unit struct, which can be used to HTML-escape a string of text (for use in a format string).

Structsยง

  • Escape ๐Ÿ”’
    Wrapper struct which will emit the HTML-escaped version of the contained string when passed to a format string.
  • EscapeBodyText ๐Ÿ”’
    Wrapper struct which will emit the HTML-escaped version of the contained string when passed to a format string.
  • Wrapper struct which will emit the HTML-escaped version of the contained string when passed to a format string. This function also word-breaks CamelCase and snake_case word names.