[][src]Macro url2::url2

macro_rules! url2 {
    ($($e:expr),+) => { ... };
    ($($e:expr),+,) => { ... };
}

works like the format!() macro, but passes the result through Url2::parse()