Module core::fmt

1.0.0 · source ·
Expand description

Utilities for formatting and printing strings.

Structs

Enums

  • Possible alignments returned by Formatter::align

Traits

Functions

  • The write function takes an output stream, and an Arguments struct that can be precompiled with the format_args! macro.

Type Aliases

  • The type returned by formatter methods.

Derive Macros

  • Derive macro generating an impl of the trait Debug.