Module format

Source
Expand description

Utilities for formatting (especially Display trait).

This module contains utilities for Display-able types.

Structs§

CapacityOverflowError
Output buffer capacity overflow error.

Traits§

ToDedicatedStringalloc
A trait for types that can be converted to a dedicated allocated string types.
ToStringFalliblealloc
ToString, but without panic.

Functions§

try_append_to_stringalloc
Appends the data to the string.
write_to_slice
Writes to the bytes buffer.