Module format
Utilities for formatting (especially Display trait).
This module contains utilities for [Display]core::fmt::Display-able
types.
Structs
- CapacityOverflowError Output buffer capacity overflow error.
Traits
- ToDedicatedString A trait for types that can be converted to a dedicated allocated string types.
-
ToStringFallible
[
ToString]alloc::string::ToString, but without panic.
Functions
- try_append_to_string Appends the data to the string.
- write_to_slice Writes to the bytes buffer.