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

The crate version

The crate name

The list of authors of the crate

The URL of the crate's website

Trait Implementations

Auto Trait Implementations

impl Send for Metadata

impl Sync for Metadata