Function kumo_dkim::parse_tag_list

source ·
pub fn parse_tag_list(input: &str) -> IResult<&str, Vec<Tag>>
Expand description

Main entrypoint of the parser. Parses the DKIM signature tag list as specified https://datatracker.ietf.org/doc/html/rfc6376#section-3.6.1. tag-list = tag-spec *( “;” tag-spec ) [ “;” ]