join_str
Simple proc macro to do simple string interpolation as an array join, since it's one of the most efficient methods.
use jstr;
If your interpolated code contains quotation marks, pass a raw string to the macro:
use jstr;
use HashMap;
Simple proc macro to do simple string interpolation as an array join, since it's one of the most efficient methods.
use jstr;
If your interpolated code contains quotation marks, pass a raw string to the macro:
use jstr;
use HashMap;