dyn-fmt icon indicating copy to clipboard operation
dyn-fmt copied to clipboard

Add positional args, width and precision formatting

Open alexantoshuk opened this issue 1 year ago • 0 comments

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.

alexantoshuk avatar Feb 21 '24 13:02 alexantoshuk