dyn_formatting-1.0.0 has been yanked.
Dynamic Formatting README
Simple, dynamic, Python-styled string formatting (Only support String
,
{key}
patterns ).
Escape like {{
or }}
.
Errors
- Raise
CheckerError::ArgFormattingKeyError
while the key in the brackets is not found. - Raise
CheckerError::ArgFormattingTokenError
while there is any unmatched bracket ({
or}
)
Examples
use dynamic_format;
assert_eq!;