Crate basic_text[−][src]
Expand description
Basic Text strings and I/O streams
Structs
| TextDuplexer | A |
| TextReader | A |
| TextStr |
|
| TextString | A Basic Text encoded, growable string. |
| TextWriter | A |
Constants
| NORMALIZATION_BUFFER_SIZE | The minimum size of a buffer needed to perform NFC normalization, and thus
the minimum size needed to pass to |
Traits
| ReadText | Add a convenience method for reading into |
| ReadTextLayered | Extend the |
| WriteText | Add a convenience method for reading into |
Functions
| copy_text | Like |
| copy_text_using_status | Like |
| default_read_exact_text | Default implementation of |
| default_write_text | Default implementation of |