[go: up one dir, main page]

url2

Macro url2 

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

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