macro_rules! static_on_file {
    ($pre: expr, $post: expr) => { ... };
}
Expand description

Quickly shadow STRUNG_PRE and STRUNG_POST for the current file.

Use it after importing the prelude:

use strung::prelude::*;
strung::config::static_on_file!("{","}");
// ...