Macros§
- Creates a
Txt
by formatting using theformat_args!
syntax.
Structs§
- Text string type, can be one of multiple internal representations, mostly optimized for sharing and one for editing.
Enums§
- Identifies how a
Txt
is currently storing the string data.
Traits§
- A trait for converting a value to a
Txt
.