Crate strfmt

Source
Expand description

strfmt crate

Macros§

  • Format a given string with the passed variables. This macro is creating an single used Hashmap, for performance optimizations it might be more efficient to reuse an existing one.

Structs§

Enums§

Traits§

Functions§

  • Rust-style format a string given a HashMap of the variables.
  • strfmt_displayDeprecated
    Rust-style format a string given a HashMap of the variables. see [strfmt] for details
  • UNSTABLE: the Formatter object is still considered unstable Do not use this function if you aren’t willing to have changes forced on you!

Type Aliases§