Macro string

Source
macro_rules! string {
    ($string_view:expr) => { ... };
}
Available on crate feature internal only.