[][src]Module ramhorns::encoding

Utilities dealing with writing the bits of a template or data to the output and escaping special HTML characters.

Traits

Encoder

A trait that wraps around either a String or std::io::Write, providing UTF-8 safe writing boundaries and special HTML character escaping.