pub fn set_app_metadata(
name: &'static str,
version: &'static str,
authors: &'static str,
repository: Option<&'static str>,
)Expand description
Set application metadata used by release panic reports.
If this is not set, metadata from the vtcode-tui crate is used.