tagion.utils.Escaper

Undocumented in source.

Members

Manifest constants

special_chars
enum special_chars;

List of special chars which will be escapes

Structs

Escaper
struct Escaper(S)

Range which takes a range of chars and converts to a range with added esc '\\' infront of a list of special chars.