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.
pub fn parse_headline_bits<'a>(
after_stars: &'a str,
keywords: &[String],
) -> HeadlineBits<'a>Split the text after * into keyword, priority, COMMENT, and title.