rt-format 0.1.0

Fully-runtime equivalent of the format! macro
Documentation
1
2
3
4
5
6
7
# 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.