Module str

Source
Expand description

General string utilities

This module contain Str, the stack-based that backs almost all string types in readable.

It also contains some general string utilities.

Structs§

Head
Struct returned from HeadTail::head()
HeadDot
Struct returned from HeadTail::head_dot()
HeadTailDot
Struct returned from HeadTail::head_tail_dot()
HeadTailStr
Struct returned from HeadTail::head_tail()
Str
A fixed sized stack string
Tail
Struct returned from HeadTail::tail()
TailDot
Struct returned from HeadTail::tail_dot()

Constants§

DOT
The separator string inserted when using HeadTail’s dot functions.

Traits§

HeadTail
Head/Tail characters of a str