pub fn get_tag_description(tag: &str) -> Result<String>
Expand description

Get the long-form description of a tag.

Examples

assert_eq!(rexiv2::get_tag_description("Iptc.Application2.Subject"),
    Ok("The Subject Reference is a structured definition of the subject matter.".to_string()));