Skip to main content

parse_headline_bits

Function parse_headline_bits 

Source
pub fn parse_headline_bits<'a>(
    after_stars: &'a str,
    keywords: &[String],
) -> HeadlineBits<'a>
Expand description

Split the text after * into keyword, priority, COMMENT, and title.