macro_rules! app_info_from_cargo_toml {
    () => { ... };
}
Expand description

Builds an ApplicationInfo from the information gathered by Cargo.

Panic

  • Panics if the required environment variables are missing, which happens if the project wasn’t built by Cargo.