Crate dyn_formatting

Source
Expand description

A module provides limited & safe Python-style dynamic(runtime) formatting.

Structs§

DynamicFormatError
Error types during dynamic formatting.

Enums§

DynamicFormatErrorKind
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 needs std to work.