dynfmt
dynfmt copied to clipboard
Support pad zeros and width in Python formatter
I've noticed that the Python formatter does didn't support padding and I would like to use this library in a new GStreamer plugin I'm working on to format segments file names. I took some time to implement this feature, I hope it looks good. But I'm open to make any necessary fixes to get this in. This library looks great and fill a gap in the Rust ecosystem, thank you for working on this and making it open source.
Please let me know what you think. 😃
Ping @jan-auer