[][src]Macro pkg::name

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

Expands to the crate name.

Examples

const NAME: &str = pkg::name!();