rt-format

Fully-runtime equivalent of the format! macro.

Allows formatting strings like the format! macro, with the formatting string and the arguments provided at runtime. This crate supports all the formatting features of the format! macro, except for the fill character.

When (not) to use this crate

There are many crates that can be used for formatting values into strings. Here are some of the criteria you can use to decide if this crate is the right choice for you: