[][src]Module sailfish::runtime::escape

HTML escaping utilities

By default sailfish replaces the characters &"'<> with the equivalent html.

Functions

escape_to_buf

write the escaped contents into Buffer

escape_to_string

write the escaped contents into String