# 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.