pub fn item_id(
feed_url: &str,
link: Option<&str>,
guid: Option<&str>,
title: Option<&str>,
published: Option<&str>,
) -> (String, IdSource)Expand description
Compute the stable id and its source for an item. Owner: parser agent.