[][src]Macro pkg::version

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

Expands to the full crate version.

Examples

const VERSION: &str = pkg::version!();