Crate text_fx

Source

Structs§

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

Enums§

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

Functions§

display_width
fstrcmp_bounded
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.
string_hash
A hash function for NUL-terminated char* strings using the method described by Bruno Haible. See https://www.haible.de/bruno/hashfunc.html.
tr