[][src]Macro ever::build_hostname

macro_rules! build_hostname {
    #[proc_macro_hack] => { ... };
}

Returns the hostname where the package is built.

// Prints "your_hostname"
println!("{}", ever::build_hostname!());