Macro homepage

Source
macro_rules! homepage {
    () => { ... };
}
Expand description

Expands to the crate homepage URL.

ยงExamples

const HOMEPAGE: &str = pkg::homepage!();