dyn-fmt
dyn-fmt copied to clipboard
Add positional args, width and precision formatting
Hi! I add some new features to your crate: (positional args, width and precision formatting). And append new tests. But i make some breaking change - replace IntoIterator input to slice &[T]. This was needed for positional args.