Module quote

Source

Structs§

Quoted
A wrapper for a value to be quoted with a given style.

Enums§

QuoteStyle
The style of quoting to use: single or double quotes.

Functions§

q
Return a Quoted wrapper using double quotes (default).
q_s
Return a Quoted wrapper using single quotes for diagnostic quoting.
quoted
Return a Quoted wrapper for the given value and quote style.