Macro string

Source
macro_rules! string {
    () => { ... };
    ($x:expr $(,)?) => { ... };
}