Module fmt
Expand description
Asynchronous utilities to work with String
s.
Structs§
- BufReader
- An asynchronous
String
reader. - BufStream
- A buffered asynchronous
String
Stream
. - BufWriter
- An asynchronous
String
writer.
Functions§
- buffer
- Creates an asynchronous buffer that operates over String.