Structs§
Enums§
Functions§
- brace
- brace_
named - brace_
named_ unwrap - brace_
positional - brace_
positional_ unwrap - dollar
- ! string interpolation by dollar sign
[$][a-zA-Z0-9]+
and[$]{[a-zA-Z0-9]+:.*}
is supported Example: $x_y_z_1, the variable is x_y_z_1, and has no default value ${x_y_z_1:the_default_value}, the variable is x_y_z_1, and default is: the_default_value ${{:}\:{:}\}, the variable is {:}, and default is {:}\ - dollar_
named - dollar_
named_ unwrap - dollar_
positional - dollar_
positional_ unwrap