[][src]Macro pkg::homepage

macro_rules! homepage {
    () => { ... };
}

Expands to the crate homepage URL.

Examples

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