raxx v0.15.10 EEx.HTML.Safe protocol
Protocol to create safe HTML encoding of datastrutures.
Link to this section Summary
Functions
Converts a term to iodata
Link to this section Types
Link to this section Functions
Link to this function
to_iodata(raw)
Converts a term to iodata.
If this protocol is not implemented it falls back to String.Chars.to_string/1
and handles html escaping.