Struct human_panic::Metadata
[−]
[src]
pub struct Metadata {
pub version: &'static str,
pub name: &'static str,
pub authors: String,
pub homepage: &'static str,
}A convenient metadata struct that describes a crate
Fields
version: &'static str
The crate version
name: &'static str
The crate name
The list of authors of the crate
homepage: &'static str
The URL of the crate's website