macro_rules! build_pretty {
($($tokens:tt)*) => { ... };
}Expand description
This macro can be used to automatically set CARGO_PKG_NAME and CARGO_PKG_VERSION.
macro_rules! build_pretty {
($($tokens:tt)*) => { ... };
}This macro can be used to automatically set CARGO_PKG_NAME and CARGO_PKG_VERSION.