Module separators

Source
Expand description

0-size types for common separators

This modules provides Display-implementing types for common separators. These types are 0-size, with fixed Display implementations, intended to aid with compiler optimization.

Structsยง

Comma
Zero size type representing the , separator.
CommaSpace
Zero size type representing the comma followed by space separator.
Dash
Zero size type representing the - separator.
Dot
Zero size type representing the . separator.
Newline
Zero size type representing the newline separator.
NoSeparator
Zero-size type representing the empty separator.
Slash
Zero size type representing the / separator.
Space
Zero size type representing the space separator.
Tab
Zero size type representing the tab separator.
Underscore
Zero size type representing the _ separator.