Macro MAINTAINER

Source
macro_rules! MAINTAINER {
    ($name:expr) => { ... };
}
Expand description

Deprecated, use LABEL! with maintainer key instead

ยงExample

let maintainer = MAINTAINER!("Rustacean");
assert_eq!(maintainer.to_string(), r#"MAINTAINER Rustacean"#);