Module rustdoc::html::escape [] [src]

🔬 This is a nightly-only experimental API. (rustdoc)

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 [
Experimental
]

Wrapper struct which will emit the HTML-escaped version of the contained string when passed to a format string.