Expand description
Utilities for formatting (especially Display
trait).
This module contains utilities for Display
-able
types.
Structs§
- Capacity
Overflow Error - Output buffer capacity overflow error.
Traits§
- ToDedicated
String alloc
- A trait for types that can be converted to a dedicated allocated string types.
- ToString
Fallible alloc
ToString
, but without panic.
Functions§
- try_
append_ to_ string alloc
- Appends the data to the string.
- write_
to_ slice - Writes to the bytes buffer.