Module iri_string::format
source · Expand description
Utilities for formatting (especially Display trait).
This module contains utilities for Display-able
types.
Structs§
- Output buffer capacity overflow error.
Traits§
- ToDedicatedString
allocA trait for types that can be converted to a dedicated allocated string types. - ToStringFallible
allocToString, but without panic.
Functions§
- try_append_to_string
allocAppends the data to the string. - Writes to the bytes buffer.