Crate fmtparse

source ·

Enums

Functions

  • Parse a format string. This should mimic the behaviour of Rust. All deviations (both inputs accepted by Rust but not this function and vice versa) are considered bugs.
  • Parse a format string with relaxed idents. Only the initial identifier of a variable is relaxed,

Type Definitions