Expand description
A module provides limited & safe Python-style dynamic(runtime) formatting.
Structs§
- Dynamic
Format Error - Error types during dynamic formatting.
Enums§
- Dynamic
Format Error Kind - Kinds of error. Provide more information of the error.
Functions§
- dynamic_
format - Lightweight, dynamic, Python-styled string formatting (Only support
String
,{key}
patterns). It only needsstd
to work.