git_trailers::parser

Function trailers

Source
pub fn trailers<'a>(
    s: &'a str,
    separators: &'a str,
) -> IResult<&'a str, Vec<Trailer<'a>>>
Expand description

Parse all the possible trailers. It stops when it can no longer parse valid trailers.